python3Packages.islpy: use cmakeBool/cmakeFeature
This commit is contained in:
@@ -46,10 +46,10 @@ buildPythonPackage rec {
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DUSE_SHIPPED_ISL=OFF"
|
||||
"-DUSE_BARVINOK=OFF"
|
||||
"-DISL_INC_DIRS:LIST='${lib.getDev isl}/include'"
|
||||
"-DISL_LIB_DIRS:LIST='${lib.getLib isl}/lib'"
|
||||
(lib.cmakeBool "USE_SHIPPED_ISL" false)
|
||||
(lib.cmakeBool "USE_BARVINOK" false)
|
||||
(lib.cmakeOptionType "list" "ISL_INC_DIRS" "${lib.getDev isl}/include")
|
||||
(lib.cmakeOptionType "list" "ISL_LIB_DIRS" "${lib.getLib isl}/lib")
|
||||
];
|
||||
|
||||
# Force resolving the package from $out to make generated ext files usable by tests
|
||||
|
||||
Reference in New Issue
Block a user