-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
wget not available on FreeBSD #106
Comments
Also, |
Thanks! |
Hi @loladiro I didn't have the test box with FreeBSD. Thanks Xianyi |
LGTM, I'll have the person that originally reported it to me test it too though. |
Sorry to bump this old issue, but afaik curl is not available by default either. The proper alternative would be FreeBSD's 'fetch', which is included in the base system and therefore guaranteed to be present. |
Could you address @agijsberts 's issue? I am not familiar with FreeBSD :(' Thanks Xianyi |
In all fairness, the majority of freebsd users will have curl (and wget) installed from ports anyways. Regardless, the following seems to do the job for me:
As a side-note, the develop branch compiles fine on my FreeBSD system. |
Merge in PL/openblas from dev/d.kolesnikov/LM-558 to dev-riscv
Wget is not available by default on FreeBSD. OpenBLAS should use curl instead to download lapack.
For reference, here's what we use to configure wget/curl for Julia:
The text was updated successfully, but these errors were encountered: