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

Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS #42538

Merged
merged 2 commits into from
Oct 16, 2021
Merged

Conversation

staticfloat
Copy link
Sponsor Member

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files. This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes #42519

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files.  This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes #42519
@ViralBShah ViralBShah merged commit 6af7584 into master Oct 16, 2021
@ViralBShah ViralBShah deleted the sf/objconv_dep_fix branch October 16, 2021 16:17
@ViralBShah ViralBShah added the domain:building Build system, or building Julia or its dependencies label Oct 16, 2021
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
* Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files.  This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes JuliaLang#42519

* Also update path to `objconv` binary
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
* Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files.  This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes JuliaLang#42519

* Also update path to `objconv` binary
@fxcoudert
Copy link
Contributor

I think this introduced the following bug: #44517

@KristofferC KristofferC added the backport 1.6 Change should be backported to release-1.6 label May 23, 2022
KristofferC pushed a commit that referenced this pull request May 23, 2022
* Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files.  This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes #42519

* Also update path to `objconv` binary

(cherry picked from commit 6af7584)
KristofferC pushed a commit that referenced this pull request May 23, 2022
* Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files.  This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes #42519

* Also update path to `objconv` binary

(cherry picked from commit 6af7584)
KristofferC pushed a commit that referenced this pull request Jul 4, 2022
* Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files.  This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes #42519

* Also update path to `objconv` binary

(cherry picked from commit 6af7584)
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Jul 20, 2022
KristofferC pushed a commit that referenced this pull request Dec 21, 2022
* Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files.  This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes #42519

* Also update path to `objconv` binary

(cherry picked from commit 6af7584)
staticfloat added a commit that referenced this pull request Dec 23, 2022
* Fix USE_BINARYBUILDER_OPENBLAS=0 on macOS

We didn't properly move the OpenBLAS -> Objconv dependency chain
over to manifest files.  This was not visible until now because we
rarely build OpenBLAS from source without also building Objconv from
source.

Fixes #42519

* Also update path to `objconv` binary

(cherry picked from commit 6af7584)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

openblas build broken on mac when not using binarybuilder
4 participants