Skip to content

Commit

Permalink
[openblas/clapack] FindLapack/FindBLAS was not working. (#6786)
Browse files Browse the repository at this point in the history
* [clapack] FindLapack was not working for VS Generators
due to extra ascii symbol "%3b" in linker dependencies which is ";"
(Lists in IMPORTED_LOCATION do not work as expected)
This commit is based on CMakes FindLAPACK and adds f2c to be checked

* added include(SelectLibraryConfigurations)

* [clapack] remove openblas patch

* [openblas] add trailing _ on linux

* [openblas] add find wrapper

* [clapack] fix FindLapack

* bump control to retrigger full CI build

* [openblas] enable ninja

* [mlpack] fix libary names for linkage.

* bump control

* Delete enable_openblas_compatibility.patch

* Delete fix_underscore.patch

* Update portfile.cmake

* correct control version bump

* fix control version bump

* bump control

* remove comments

* remove lines in patch file

* remove comment

* remove unused var
  • Loading branch information
Neumann-A authored and dan-shaw committed Jul 18, 2019
1 parent 2af0f3f commit db807ad
Show file tree
Hide file tree
Showing 19 changed files with 1,406 additions and 1,544 deletions.
2 changes: 1 addition & 1 deletion ports/clapack/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: clapack
Version: 3.2.1-9
Version: 3.2.1-10
Homepage: https://www.netlib.org/clapack
Description: CLAPACK (f2c'ed version of LAPACK)
Build-Depends: openblas (!osx)
Loading

0 comments on commit db807ad

Please sign in to comment.