summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-04-12 19:00:55 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-04-12 19:26:58 +0200
commita883581ddb56e9907452b7c3f9146f1fc7f92161 (patch)
tree264c461020e53312885a30f5b7b3d6d62ce007af /pkgs/development
parent5ba445752b007d7c407423d8014049edec7fddf5 (diff)
downloadnixlib-a883581ddb56e9907452b7c3f9146f1fc7f92161.tar
nixlib-a883581ddb56e9907452b7c3f9146f1fc7f92161.tar.gz
nixlib-a883581ddb56e9907452b7c3f9146f1fc7f92161.tar.bz2
nixlib-a883581ddb56e9907452b7c3f9146f1fc7f92161.tar.lz
nixlib-a883581ddb56e9907452b7c3f9146f1fc7f92161.tar.xz
nixlib-a883581ddb56e9907452b7c3f9146f1fc7f92161.tar.zst
nixlib-a883581ddb56e9907452b7c3f9146f1fc7f92161.zip
suitesparse_4_2: remove bogus NIX_CFLAGS
NIX_CFLAGS should be NIX_CFLAGS_COMPILE; since pic is the default, we
simply remove the bogus declaration.

Tested with nix-build -A suitesparse_4_2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/science/math/suitesparse/4.2.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/math/suitesparse/4.2.nix b/pkgs/development/libraries/science/math/suitesparse/4.2.nix
index 070e2b1be1f9..7e71eafef697 100644
--- a/pkgs/development/libraries/science/math/suitesparse/4.2.nix
+++ b/pkgs/development/libraries/science/math/suitesparse/4.2.nix
@@ -33,8 +33,6 @@ stdenv.mkDerivation rec {
     "LAPACK="
   ];
 
-  NIX_CFLAGS = "-fPIC";
-
   meta = with stdenv.lib; {
     homepage = http://faculty.cse.tamu.edu/davis/suitesparse.html;
     description = "A suite of sparse matrix algorithms";