Merge pull request #62619 from matthewbauer/julia-do-strip

julia: strip out gfortran refs
This commit is contained in:
Matthew Bauer 2019-06-04 16:17:12 -04:00 committed by GitHub
commit d60310fb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,16 +173,11 @@ stdenv.mkDerivation rec {
"USE_SYSTEM_ZLIB=1" "USE_SYSTEM_ZLIB=1"
]; ];
NIX_CFLAGS_COMPILE = [ "-fPIC" ];
LD_LIBRARY_PATH = makeLibraryPath [ LD_LIBRARY_PATH = makeLibraryPath [
arpack fftw fftwSinglePrec gmp libgit2 mpfr openblas openlibm arpack fftw fftwSinglePrec gmp libgit2 mpfr openblas openlibm
openspecfun pcre2 openspecfun pcre2
]; ];
dontStrip = true;
dontPatchELF = true;
enableParallelBuilding = true; enableParallelBuilding = true;
doCheck = !stdenv.isDarwin; doCheck = !stdenv.isDarwin;