Skip to content

Commit d8a7041

Browse files
committed
add lapack and blas to ubuntu packages
1 parent f563653 commit d8a7041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-ubuntu-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# required to compile fidimag
2-
deps_compilation="python-pip python-numpy python-dev python-scipy cmake"
2+
deps_compilation="python-pip python-numpy python-dev python-scipy cmake liblapack-dev libblas-dev"
33

44
# required for tests and running fidimag
55
deps_live="python-pytest python-pyvtk ipython python-matplotlib"

0 commit comments

Comments
 (0)