mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
make atlas build again (tested on amd64)
svn path=/nixpkgs/trunk/; revision=13560
This commit is contained in:
parent
0720af543a
commit
d97a7e08bc
@ -7,6 +7,11 @@ stdenv.mkDerivation {
|
||||
sha256 = "1avbfppzgiws3nvqr7isr5a5pfbk3g4gfgd89xhyiywixjj3f7c6";
|
||||
};
|
||||
|
||||
# configure outside of the source directory
|
||||
preConfigure = '' mkdir build; cd build; configureScript=../configure; '';
|
||||
|
||||
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";
|
||||
|
||||
buildInputs = [gfortran];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user