diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2026-05-10 11:20:24 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2026-05-10 11:20:24 +0000 |
| commit | 87c8b7956b02b56f678e032478e521b4bc095dbc (patch) | |
| tree | 21f7e1b093d68d4acd4f0618ac07875b7e41b1e1 | |
| parent | 7d906a1cad743ff2359eece67b9349268517b47a (diff) | |
science/dirac: correct CMAKE_ARGS
| -rw-r--r-- | science/dirac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/dirac/Makefile b/science/dirac/Makefile index fc3f8e3e0665..ade7a860ff08 100644 --- a/science/dirac/Makefile +++ b/science/dirac/Makefile @@ -45,7 +45,7 @@ BINARY_ALIAS= make=${GMAKE} \ .include <bsd.port.options.mk> .if ${ARCH} == armv7 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le -CMAKE_ARGS+= ENABLE_STIELTJES +CMAKE_ARGS+= -DENABLE_STIELTJES:BOOL=OFF .endif # 2 tests are known to fail, see https://gitlab.com/dirac/dirac/-/issues/35 |
