Searched refs:install (Results 1 – 20 of 20) sorted by relevance
| /libCEED/python/ |
| H A D | README.md | 5 To install libCEED for Python, run 7 pip install libceed 9 or in a clone of the repository via `pip install .`
|
| /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/tests/junit-xml/ |
| H A D | README.rst | 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 | 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: 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 367 $ make install prefix=/path/to/install/dir [all …]
|
| H A D | Makefile | 210 for_install := $(filter install,$(MAKECMDGOALS)) 219 INSTALL = install 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… 863 $(OBJDIR)/interface/ceed-jit-source-root-install.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"… 870 install : $(libceed) $(OBJDIR)/ceed.pc target 1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit …
|
| H A D | RELEASING.md | 38 4. Check that `spack install libceed@develop` works prior to tagging. 154 $ pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple li…
|
| H A D | Doxyfile | 1420 # running make install will install the docset in 1597 # install this plugin and make it available under the help contents menu in 1716 # enabled you may also need to install MathJax separately and configure the path 1757 # MathJax. However, it is strongly recommended to install a local copy of
|
| /libCEED/examples/python/ |
| 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-0-ceed.ipynb | 34 "! python -m pip install libceed"
|
| H A D | tutorial-1-vector.ipynb | 29 "! python -m pip install libceed"
|
| H A D | tutorial-4-qfunction.ipynb | 29 "! python -m pip install libceed"
|
| H A D | tutorial-5-operator.ipynb | 29 "! python -m pip install libceed"
|
| H A D | tutorial-3-basis.ipynb | 29 "! python -m pip install libceed"
|
| H A D | tutorial-2-elemrestriction.ipynb | 29 "! python -m pip install libceed"
|
| /libCEED/rust/libceed-sys/ |
| 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/rust/libceed-sys/c-src/ |
| H A D | Makefile | 210 for_install := $(filter install,$(MAKECMDGOALS)) 219 INSTALL = install 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… 863 $(OBJDIR)/interface/ceed-jit-source-root-install.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"… 870 install : $(libceed) $(OBJDIR)/ceed.pc target 1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit …
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | README.md | 8 This will automatically install a pre-built binary of the libCEED library.
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | index.md | 15 `] add LibCEED`. This will automatically install a pre-built binary of the
|
| /libCEED/examples/ |
| H A D | README.md | 82 These Jupyter notebooks explore the concepts of the libCEED API, including how to install the Pytho…
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 153 - Install JiT source files in install directory to fix GPU functionality for installed libCEED.
|