| /libCEED/python/ |
| H A D | README.md | 3 ## Install section in libCEED for Python 5 To install libCEED for Python, run 7 pip install libceed 9 or in a clone of the repository via `pip install .`
|
| H A D | test-wheel.sh | 6 #$PYBIN/pip install --upgrade -r requirements-test.txt 7 #$PYBIN/pip install libceed --no-index --find-links wheelhouse/
|
| H A D | build_ceed_cffi.py | 42 # make install links the installed library in build/lbiceed.so Sadly, it 44 # install to.
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 23 Install using pip or easy_install: 27 pip install junit-xml 31 You can also clone the Git repository from Github and install it manually: 36 python setup.py install 89 pip install tox
|
| /libCEED/ |
| H A D | .readthedocs.yml | 16 - npx playwright install 17 - npm install -g @mermaid-js/mermaid-cli 30 install:
|
| H A D | README.md | 103 Python users can install using: 106 $ pip install libceed 109 or in a clone of the repository via `pip install .`. 111 Julia users can install using: 349 ## Install section in libCEED: Efficient Extensible Discretization 351 To install libCEED, run: 354 $ make install prefix=/path/to/install/dir 360 $ make install prefix=/usr DESTDIR=/packaging/path 363 To build and install in separate steps, run: 366 $ make for_install=1 prefix=/path/to/install/dir [all …]
|
| H A D | setup.py | 55 'install', 57 'FC=', # Don't try to find Fortran (unused library build/install)
|
| H A D | Makefile | 210 for_install := $(filter install,$(MAKECMDGOALS)) 219 INSTALL = install macro 220 INSTALL_PROGRAM = $(INSTALL) 221 INSTALL_DATA = $(INSTALL) -m644 249 ifneq ($(wildcard ../dealii/install/lib/libdeal_II.*),) 250 DEAL_II_DIR ?= ../dealii/install 289 …ce/ceed-hip.c interface/ceed-jit-source-root-$(if $(for_install),default,install).c, $(wildcard in… 459 $(info Install Options:) 863 $(OBJDIR)/interface/ceed-jit-source-root-install.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"… 870 install : $(libceed) $(OBJDIR)/ceed.pc target [all …]
|
| /libCEED/doc/ |
| H A D | README.md | 10 pip install --user -r doc/sphinx/requirements.txt # only needed once 52 pip install --user -r doc/sphinx/requirements.txt 61 pip install -r doc/sphinx/requirements.txt # install dependencies inside VENV
|
| /libCEED/.github/workflows/ |
| H A D | c-fortan-test-ppc64le.yml | 34 apt-get install -y build-essential 35 apt-get install -y gfortran 36 apt-get install -y python3
|
| H A D | python-test-with-style.yml | 28 pip install -r requirements.txt 29 pip install -r requirements-test.txt 38 pip install .
|
| H A D | c-fortran-test-style.yml | 21 - name: Install clang-format 25 sudo apt update && sudo apt install clang-format-19
|
| H A D | rust-test-with-style.yml | 27 - name: Install cargo-llvm-cov 28 uses: taiki-e/install-action@v2
|
| H A D | julia-documentation.yml | 16 - name: Install dependencies
|
| H A D | c-fortran-test-icc.yml | 23 - name: Install Intel compilers
|
| /libCEED/rust/libceed-sys/ |
| H A D | build.rs | 15 // Install libceed.a or libceed.so to $OUT_DIR/lib in main() 18 make.arg("install") in main() 28 .arg("FC=") // Don't try to find Fortran (unused library build/install) in main()
|
| H A D | README.md | 26 * `system`: use libceed from a system directory (otherwise, install from source) 30 To develop libCEED, use `cargo build` in the `rust/libceed-sys` directory to install a local copy a…
|
| /libCEED/examples/python/ |
| H A D | tutorial-0-ceed.ipynb | 25 "Install libCEED for Python by running" 34 "! python -m pip install libceed"
|
| H A D | README.md | 7 These Jupyter notebooks explore the concepts of the libCEED API, including how to install the Pytho…
|
| H A D | tutorial-1-vector.ipynb | 20 "Install libCEED for Python by running" 29 "! python -m pip install libceed"
|
| H A D | tutorial-4-qfunction.ipynb | 20 "Install libCEED for Python by running" 29 "! python -m pip install libceed"
|
| /libCEED/interface/ |
| H A D | ceed-jit-source-root-default.c | 9 // The definition for installs is in ceed-jit-source-root-install.c.
|
| /libCEED/backends/ |
| H A D | ceed-backend-list.h | 10 …tration function in the corresponding `ceed-backend-list-*.h` file, grouped by install requirement.
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 210 for_install := $(filter install,$(MAKECMDGOALS)) 219 INSTALL = install macro 220 INSTALL_PROGRAM = $(INSTALL) 221 INSTALL_DATA = $(INSTALL) -m644 249 ifneq ($(wildcard ../dealii/install/lib/libdeal_II.*),) 250 DEAL_II_DIR ?= ../dealii/install 289 …ce/ceed-hip.c interface/ceed-jit-source-root-$(if $(for_install),default,install).c, $(wildcard in… 459 $(info Install Options:) 863 $(OBJDIR)/interface/ceed-jit-source-root-install.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"… 870 install : $(libceed) $(OBJDIR)/ceed.pc target [all …]
|
| /libCEED/examples/mfem/ |
| H A D | Makefile | 18 # Use an MFEM build directory or an MFEM install directory
|