Commit a7afe2d6 authored by qbisi's avatar qbisi
Browse files

python3Packages.islpy: remove unused buildInputs imath

imath refers to the submodule of the vendored isl, not the imath package in
nixpkgs. Disabling USE_SHIPPED_ISL also disables USE_SHIPPED_IMATH.
parent 144f74ca
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
  typing-extensions,

  # buildInputs
  imath,
  isl,

  # tests
@@ -41,7 +40,6 @@ buildPythonPackage rec {
  ];

  buildInputs = [
    imath
    isl
  ];

@@ -49,7 +47,6 @@ buildPythonPackage rec {

  cmakeFlags = [
    "-DUSE_SHIPPED_ISL=OFF"
    "-DUSE_SHIPPED_IMATH=OFF"
    "-DUSE_BARVINOK=OFF"
    "-DISL_INC_DIRS:LIST='${lib.getDev isl}/include'"
    "-DISL_LIB_DIRS:LIST='${lib.getLib isl}/lib'"