-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[lapack-reference|fortran] Add new port #12805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d7a475c
[vcpkg/script] add vcpkg_find_fortran
Neumann-A 7dbb51c
[openblas] add pkg-config fixes
Neumann-A 9470516
[lapack] add lapack-reference and reduce dependency on clapack
Neumann-A 7602456
fix build issues
Neumann-A 7c641d0
dont touch any main files
Neumann-A 21fb89f
move toolchain var into parent scope
Neumann-A 8247cd3
fix a few more issues
Neumann-A 81cfb5b
create link in the noblas case
Neumann-A 0685ce0
removed unnecessary check handled by vcpkg_find_fortran.
Neumann-A 2035353
move dumpbin check
Neumann-A 9ef1894
fix last issue
Neumann-A a9e0a17
depend on openblas
Neumann-A da34b28
set cmake_binary_dir so that compiler id run gets put into buildtree.
Neumann-A dc17471
more paths
Neumann-A fa569bc
add missing PARENT_SCOPE
Neumann-A 61708ad
ws change
Neumann-A 7eb3e03
[mlpack] remove dep on clapack
Neumann-A d8a31b8
comment out patches
Neumann-A 66261d7
remove openblas again
Neumann-A 3b357f4
Install lapack wrapper since it is missing linkage against -lm and -l…
Neumann-A fdfb8c6
PREPEND mingw path to make sure cmake picks it up correctly
Neumann-A 7f78674
depend on openblas also on osx
Neumann-A 824aa9c
add clapack on windows to skip due to conflicting library installs
Neumann-A 4460b33
add clapack to skip on linux
Neumann-A 6239ba9
add -fPIC as a fortran compiler flag
Neumann-A 0fa6f86
do not add the flag on windows
Neumann-A 147e01e
add gcc explicitly to the cmake args.
Neumann-A 5e40b0a
ws change
Neumann-A 9c2641d
applyrequested changes from CR
Neumann-A 3887876
fix the failing patch
Neumann-A File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| Source: clapack | ||
| Version: 3.2.1 | ||
| Port-Version: 13 | ||
| Port-Version: 14 | ||
| Homepage: https://www.netlib.org/clapack | ||
| Description: CLAPACK (f2c'ed version of LAPACK) | ||
| Build-Depends: openblas (!osx) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| Source: lapack-reference | ||
| Version: 3.8.0 | ||
| Description: LAPACK — Linear Algebra PACKage http://www.netlib.org/lapack/ | ||
| Default-Features: blas-select | ||
| Build-Depends: vcpkg-gfortran (windows) | ||
|
|
||
| Feature: cblas | ||
| Description: Builds CBLAS | ||
|
|
||
| Feature: noblas | ||
| Build-Depends: openblas | ||
| Description: Use external optimized BLAS | ||
|
|
||
| Feature: blas-select | ||
| Build-Depends: lapack-reference[core, noblas](!windows|(windows&!static)) | ||
JackBoosY marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| Description: Use external optimized BLAS | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.