giac: broken on 64-bit blas
This commit is contained in:
parent
fcf33e2499
commit
97fc083fd4
@ -5,6 +5,7 @@
|
||||
}:
|
||||
|
||||
assert enableGUI -> libGLU != null && libGL != null && xorg != null && fltk != null;
|
||||
assert (!blas.is64bit) && (!lapack.is64bit);
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "giac${lib.optionalString enableGUI "-with-xcas"}";
|
||||
|
@ -37,7 +37,7 @@ let
|
||||
"suitesparse_4_2" "petsc" "cholmod-extra"
|
||||
"arpack" "qrupdate" "iml" "globalarrays" "arrayfire"
|
||||
"xfitter" "lammps" "plink-ng" "quantum-espresso"
|
||||
"calculix" "csdp" "getdp" "giac" "jags"
|
||||
"calculix" "csdp" "getdp" "jags"
|
||||
"lammps" "lammps-mpi"
|
||||
# ["ocamlPackages" "lacaml"]
|
||||
["haskellPackages" "bindings-levmar"]
|
||||
|
Loading…
Reference in New Issue
Block a user