Skip to content
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

another go at fixing 1.6 builds #115

Merged
merged 40 commits into from
Aug 10, 2021
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f9fb9a8
Upgrade from Julia 1.1.1 to 1.6.1
jmuchovej Jun 10, 2021
e59adf1
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.10.1, and co…
Jun 10, 2021
c11c2f2
Attempting hotfix of make cleanall rec'd by azure
jmuchovej Jun 10, 2021
ffeb708
Upgrade PCRE2 to 10.36
jmuchovej Jun 10, 2021
a67508e
Attempting to force usage of system libnghttp2
jmuchovej Jun 14, 2021
72c7c39
Remove make `cleanall` and `USE_SYSTEM_HTTP2`
jmuchovej Jun 14, 2021
73fcdd8
Merge remote-tracking branch 'origin/master' into jmuchovej-bump-to-1…
simeonschaub Jul 19, 2021
ac7a039
use libgit, libssh and libcurl shipped by Julia
simeonschaub Jul 19, 2021
0c3be4f
remove NO_GIT, use OpenBLAS, fix unnecessary deps
simeonschaub Jul 19, 2021
0a690da
use git repo instead of tarball
simeonschaub Jul 19, 2021
d539a9f
add back CMAKE_GENERATOR variable
simeonschaub Jul 19, 2021
2b2f7b6
Use openblas rather than libopenblas
mkitti Jul 27, 2021
93cdbc5
Use openblas-ilp64
mkitti Jul 27, 2021
bdddcc3
Use libopenblas64_.so for lapack
mkitti Jul 27, 2021
880984f
Add git requirement for buliding and running
mkitti Jul 27, 2021
6cac917
Merge pull request #1 from mkitti/patch-1
simeonschaub Jul 27, 2021
70be393
Only test core for the moment
mkitti Jul 27, 2021
26d001c
Merge pull request #2 from mkitti/patch-1
simeonschaub Jul 28, 2021
c28b47f
Use system curl
mkitti Jul 29, 2021
3af4f7b
Test downloads
mkitti Jul 30, 2021
3f7a7f2
Merge pull request #3 from mkitti/patch-1
mkitti Jul 30, 2021
d7a5ff7
Unpin versions for dependencies
mkitti Aug 3, 2021
cfc570f
Merge branch 'patch-1' into sds/fix_1.6
mkitti Aug 3, 2021
41053fa
USE_SYSTEM_LIBSSH2=1
mkitti Aug 3, 2021
5b4e05e
USE_SYSTEM_LIBGIT2=1
mkitti Aug 3, 2021
495c106
Revert "USE_SYSTEM_LIBGIT2=1" due to failure on macOS
mkitti Aug 5, 2021
0aa0bae
Try with julia-1.6.1-full.tar.gz tarball
mkitti Aug 5, 2021
38e9576
Add libssh2 as a dependency
mkitti Aug 5, 2021
1aca9e2
Add other Make.inc flags
mkitti Aug 5, 2021
5273977
Make USE_SYSTEM_LIBGIT2 OS dependent
mkitti Aug 5, 2021
620aa6a
Fix bash typos
mkitti Aug 5, 2021
89bb2fb
Add libunwind (nongnu) as a dependency
mkitti Aug 5, 2021
a24b788
Clean lint
mkitti Aug 5, 2021
a296475
Use system utf8proc, libnghttp2, zlib, p7zip
mkitti Aug 5, 2021
6734950
Set requirement as libutf8proc rather than just utf8proc
mkitti Aug 5, 2021
3c98953
USE_SYSTEM_UTF8PROC=0, remove libutf8proc
mkitti Aug 5, 2021
0dfa35b
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.11.0, and co…
Aug 5, 2021
c9bdf28
Apply suggestions from code review by @isuruf
mkitti Aug 5, 2021
2da0e10
azure: store_build_artifacts: True
mkitti Aug 5, 2021
04d3113
Merge branch 'sds/fix_1.6' of github.com:simeonschaub/julia-feedstock…
mkitti Aug 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use openblas rather than libopenblas
Julia needs libopenblas64_.so but this is provided by openblas rather than libopenblas.
mkitti authored Jul 27, 2021
commit 2b2f7b61f4b6045693bab443eca97a389211419f
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- libopenblas
- openblas
- liblapack
- patchelf # [linux]
- openlibm 0.5.4
@@ -36,7 +36,7 @@ requirements:
- pcre2 10.36
isuruf marked this conversation as resolved.
Show resolved Hide resolved

run:
- libopenblas
- openblas
- libosxunwind # [osx]
- gmp
- mpfr