Searched full:project (Results 1 – 25 of 64) sorted by relevance
123
36 echo >> test/Project.toml37 echo "[preferences.libCEED_jll]" >> test/Project.toml38 echo "libceed_path = \"$LIBCEED_LIB\"" >> test/Project.toml39 …[[ "$GITHUB_REF" =~ ^refs/(heads/release|tags/).* ]] || julia --project -e 'import Pkg; Pkg.test("…40 git checkout test/Project.toml && julia --project -e 'import Pkg; Pkg.test("LibCEED")'41 …julia --project=.style/ -e 'import Pkg; Pkg.instantiate()' && julia --project=.style/ .style/ceed_…
19 …julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.…25 julia --project=docs/ docs/make.jl
5 :project: libCEED14 :project: libCEED17 :project: libCEED20 :project: libCEED23 :project: libCEED29 :project: libCEED
5 :project: libCEED14 :project: libCEED
5 :project: libCEED
12 :project: libCEED21 :project: libCEED24 :project: libCEED27 :project: libCEED33 :project: libCEED36 :project: libCEED
12 :project: libCEED21 :project: libCEED24 :project: libCEED27 :project: libCEED30 :project: libCEED
12 :project: libCEED23 :project: libCEED26 :project: libCEED29 :project: libCEED32 :project: libCEED
12 :project: libCEED21 :project: libCEED24 :project: libCEED27 :project: libCEED
20 …ment.com>`](https://help.github.com/en/github/committing-changes-to-your-project/creating-a-commit…31 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi…37 By making a contribution to this project, I certify that:45 …project and the contribution are public and that a record of the contribution (including all perso…
11 test-command = "bash {project}/python/test-wheel.sh {project}"
96 This requires updating the file `julia/LibCEED.jl/Project.toml` in the libCEED repository.99 diff --git a/julia/LibCEED.jl/Project.toml b/julia/LibCEED.jl/Project.toml100 --- a/julia/LibCEED.jl/Project.toml101 +++ b/julia/LibCEED.jl/Project.toml121 $ julia --project=../../.. -e 'include("generator.jl"); generate_ceed_bindings("../../..")'
4 # doxygen (www.doxygen.org) for a project.27 # Project related configuration options41 # project for which the documentation is generated. This name is used in the43 # The default value is: My Project.47 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This54 # for a project that appears at the top of each page and should give viewer a55 # quick idea about the purpose of the project. Keep the description short.288 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources296 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or304 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran[all …]
70 # General information about the project.71 project = "libCEED" variable77 # The version info for the project you're documenting, acts as replacement for251 epub_title = project257 # or the project homepage.
2 # it by explicitly creating a `test/Project.toml` which will correctly communicate any preferences4 # See also test/Project.toml in FFTW.jl.