Skip to content

How to build ginkgo in an intranet environment #1506

Answered by upsj
QuasarJSPark asked this question in Q&A
Discussion options

You must be logged in to vote

The only git clone operations necessary are those for third-party dependencies like googletest, nlohmann-json and gflags. If you only want to build Ginkgo, you need none of those, just disable the corresponding components with -DGINKGO_BUILD_BENCHMARKS=OFF -DGINKGO_BUILD_TESTS=OFF flags in CMake. If you want to run the tests, you have to build googletest yourself from source and install it in a prefix location that you specify via -DCMAKE_PREFIX_PATH=... to the Ginkgo build, or use the version from your system package manager, at least version 1.10.0.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@QuasarJSPark
Comment options

Answer selected by QuasarJSPark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1505 on December 12, 2023 09:11.