| tblaslapack_download.patch - petsc-git-PKGBUILD - build template for non-comple… | |
| git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD | |
| Log | |
| Files | |
| Refs | |
| --- | |
| tblaslapack_download.patch (899B) | |
| --- | |
| 1 --- b/petsc/config/BuildSystem/config/packages/BlasLapack.py 2021… | |
| 2 +++ b/petsc/config/BuildSystem/config/packages/BlasLapack.py 2021… | |
| 3 @@ -187,7 +187,7 @@ | |
| 4 yield ('OpenBLAS with full path', None, os.path.join(self.openb… | |
| 5 else: | |
| 6 yield ('OpenBLAS', None, self.openblas.lib,self.openblas.known6… | |
| 7 - raise RuntimeError('--download-openblas libraries cannot be used') | |
| 8 + ###raise RuntimeError('--download-openblas libraries cannot be us… | |
| 9 if 'with-blas-lib' in self.argDB and not 'with-lapack-lib' in self.… | |
| 10 raise RuntimeError('If you use the --with-blas-lib=<lib> you must… | |
| 11 if not 'with-blas-lib' in self.argDB and 'with-lapack-lib' in self.… |