lapack-3.7.0:new toolchain

This commit is contained in:
Rmys
2017-04-15 18:45:19 +03:00
parent 24f5134253
commit c3f31e8ff7
2 changed files with 13 additions and 4 deletions
+4 -2
View File
@@ -22,11 +22,13 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
options = "-DBUILD_SHARED_LIBS=ON \
options = "-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=OFF"
if get.buildTYPE() == "static":
options = "-DBUILD_SHARED_LIBS=OFF \
options = "-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_TESTING=OFF"
cmaketools.configure(options, sourceDir="..")
+9 -2
View File
@@ -12,13 +12,13 @@
<IsA>library</IsA>
<Summary>Linear Algebra PACKage</Summary>
<Description>LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.</Description>
<Archive sha1sum="5870081889bf5d15fd977993daab29cf3c5ea970" type="targz">http://www.netlib.org/lapack/lapack-3.5.0.tgz</Archive>
<Archive sha1sum="27dbd06bedc76619150f8e28de6412f7df0c649a" type="targz">http://www.netlib.org/lapack/lapack-3.7.0.tgz</Archive>
<BuildDependencies>
<Dependency>libgfortran</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">lapack-sharedlib.patch</Patch>
<!--Patch level="1">lapack-sharedlib.patch</Patch-->
<!--Patch level="1">lapack-parallel-make.patch</Patch-->
<!--Patch level="1">lapack-3.3.1-cmake-sover.patch</Patch-->
</Patches>
@@ -78,6 +78,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-04-15</Date>
<Version>3.7.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.5.0</Version>