[nix] attempt to fix openblas for hmatrix

parent 5f575c96
Pipeline #7767 passed with stages
in 53 minutes and 58 seconds
...@@ -17,7 +17,7 @@ fi ...@@ -17,7 +17,7 @@ fi
# `cabal.project.freeze`. This ensures the files stay deterministic so that CI # `cabal.project.freeze`. This ensures the files stay deterministic so that CI
# cache can kick in. # cache can kick in.
expected_cabal_project_hash="d42601692314c6a64bfc43220ad517a14a5d21467babd89d6e604bdee056b721" expected_cabal_project_hash="d42601692314c6a64bfc43220ad517a14a5d21467babd89d6e604bdee056b721"
expected_cabal_project_freeze_hash="a5eb1d9a331266fef56f490712decbd3eaff1fd0daa8bc63f893238a7f47df93" expected_cabal_project_freeze_hash="ee681ac2c6151f51f473f43c3a064de8740f3cbd4cd861cf3fd9025dbe82f687"
cabal --store-dir=$STORE_DIR v2-build --dry-run cabal --store-dir=$STORE_DIR v2-build --dry-run
......
...@@ -236,7 +236,7 @@ constraints: any.Boolean ==0.2.4, ...@@ -236,7 +236,7 @@ constraints: any.Boolean ==0.2.4,
hedis -dev, hedis -dev,
any.hlcm ==0.2.2, any.hlcm ==0.2.2,
any.hmatrix ==0.20.2, any.hmatrix ==0.20.2,
hmatrix -disable-default-paths -no-random_r +openblas, hmatrix -disable-default-paths -no-random_r,
any.hmatrix-gsl-stats ==0.4.1.8, any.hmatrix-gsl-stats ==0.4.1.8,
hmatrix-gsl-stats -onlygsl, hmatrix-gsl-stats -onlygsl,
any.hourglass ==0.2.12, any.hourglass ==0.2.12,
......
...@@ -51,7 +51,6 @@ rec { ...@@ -51,7 +51,6 @@ rec {
libsodium libsodium
nng_notls nng_notls
nil # nix language server nil # nix language server
openblas
pcre pcre
pkg-config pkg-config
postgresql postgresql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment