Skip to content

Commit e5b3abd

Browse files
authored
Update makefile.inc.Linux
1 parent 8c03bf4 commit e5b3abd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

example_makefiles/makefile.inc.Linux

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
# LICENSE file in the root directory of this source tree.
77

88
# -*- makefile -*-
9-
# tested on CentOS 7
9+
# tested on CentOS 7 and Ubuntu
1010

11+
# for Ubuntu:
12+
# sudo apt-get install libopenblas-dev python-numpy
13+
# and change the path to libopenblas from /usr/lib64 to /usr/lib
1114

1215
CC=g++
1316

0 commit comments

Comments
 (0)