lapack: drop hostmakedepends provided by build_style
This commit is contained in:
parent
938cebd9ce
commit
4402ce572b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ configure_args="
|
|||
-DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON -DBUILD_TESTING=OFF
|
||||
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_Fortran_COMPILER=gfortran
|
||||
-DCMAKE_Fortran_FLAGS=-fPIC -DCBLAS=ON -DLAPACKE=ON -DBUILD_DEPRECATED=ON"
|
||||
hostmakedepends="cmake gcc-fortran"
|
||||
hostmakedepends="gcc-fortran"
|
||||
short_desc="Linear Algebra PACKage"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://www.netlib.org/lapack/"
|
||||
|
|
Loading…
Reference in a new issue