Fogot to commit script/configure so that installes as liblapack.so.4.
This commit is contained in:
parent
71a250de5c
commit
38331eb4a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181933
1 changed files with 1 additions and 1 deletions
2
math/lapack/scripts/configure
vendored
2
math/lapack/scripts/configure
vendored
|
@ -3,7 +3,7 @@ mv Makefile Makefile.old
|
|||
|
||||
cat >Makefile <<END
|
||||
LIB= lapack
|
||||
SHLIB_MAJOR= 3
|
||||
SHLIB_MAJOR= 4
|
||||
SHLIB_MINOR= 0
|
||||
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue