Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 36) sorted by relevance

12

/libCEED/python/
H A DREADME.md3 ## 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 Dtest-wheel.sh6 #$PYBIN/pip install --upgrade -r requirements-test.txt
7 #$PYBIN/pip install libceed --no-index --find-links wheelhouse/
H A Dbuild_ceed_cffi.py42 # make install links the installed library in build/lbiceed.so Sadly, it
44 # install to.
/libCEED/tests/junit-xml/
H A DREADME.rst23 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.yml16 - npx playwright install
17 - npm install -g @mermaid-js/mermaid-cli
30 install:
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:
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 Dsetup.py55 'install',
57 'FC=', # Don't try to find Fortran (unused library build/install)
H A DMakefile210 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 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/.github/workflows/
H A Dc-fortan-test-ppc64le.yml34 apt-get install -y build-essential
35 apt-get install -y gfortran
36 apt-get install -y python3
H A Dpython-test-with-style.yml28 pip install -r requirements.txt
29 pip install -r requirements-test.txt
38 pip install .
H A Dc-fortran-test-style.yml21 - name: Install clang-format
25 sudo apt update && sudo apt install clang-format-19
H A Drust-test-with-style.yml27 - name: Install cargo-llvm-cov
28 uses: taiki-e/install-action@v2
H A Djulia-documentation.yml16 - name: Install dependencies
H A Dc-fortran-test-icc.yml23 - name: Install Intel compilers
/libCEED/rust/libceed-sys/
H A Dbuild.rs15 // 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 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/examples/python/
H A Dtutorial-0-ceed.ipynb25 "Install libCEED for Python by running"
34 "! python -m pip install libceed"
H A DREADME.md7 These Jupyter notebooks explore the concepts of the libCEED API, including how to install the Pytho…
H A Dtutorial-1-vector.ipynb20 "Install libCEED for Python by running"
29 "! python -m pip install libceed"
H A Dtutorial-4-qfunction.ipynb20 "Install libCEED for Python by running"
29 "! python -m pip install libceed"
/libCEED/interface/
H A Dceed-jit-source-root-default.c9 // The definition for installs is in ceed-jit-source-root-install.c.
/libCEED/backends/
H A Dceed-backend-list.h10 …tration function in the corresponding `ceed-backend-list-*.h` file, grouped by install requirement.
/libCEED/rust/libceed-sys/c-src/
H A DMakefile210 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 DMakefile18 # Use an MFEM build directory or an MFEM install directory

12