Home
last modified time | relevance | path

Searched refs:install (Results 1 – 20 of 20) sorted by relevance

/libCEED/python/
H A DREADME.md5 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 DREADME.md10 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 DREADME.rst27 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 DREADME.md103 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 DMakefile210 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 DRELEASING.md38 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 DDoxyfile1420 # 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 DREADME.md7 These Jupyter notebooks explore the concepts of the libCEED API, including how to install the Pytho…
H A Dtutorial-0-ceed.ipynb34 "! python -m pip install libceed"
H A Dtutorial-1-vector.ipynb29 "! python -m pip install libceed"
H A Dtutorial-4-qfunction.ipynb29 "! python -m pip install libceed"
H A Dtutorial-5-operator.ipynb29 "! python -m pip install libceed"
H A Dtutorial-3-basis.ipynb29 "! python -m pip install libceed"
H A Dtutorial-2-elemrestriction.ipynb29 "! python -m pip install libceed"
/libCEED/rust/libceed-sys/
H A DREADME.md26 * `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 DMakefile210 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 DREADME.md8 This will automatically install a pre-built binary of the libCEED library.
/libCEED/julia/LibCEED.jl/docs/src/
H A Dindex.md15 `] add LibCEED`. This will automatically install a pre-built binary of the
/libCEED/examples/
H A DREADME.md82 These Jupyter notebooks explore the concepts of the libCEED API, including how to install the Pytho…
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md153 - Install JiT source files in install directory to fix GPU functionality for installed libCEED.