Skip to content

Commit

Permalink
v0.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Mar 23, 2020
1 parent b3b4e88 commit a401292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ApproxFun"
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
version = "0.11.9"
version = "0.11.10"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down

7 comments on commit a401292

@dlfivefifty
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/11409

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.11.10 -m "<description of version>" a4012922d746ee1c5f704e105f892dfa345a0e04
git push origin v0.11.10

@MikaelSlevinsky
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like FastTransforms_jll can't find OpenBLAS_jll on macOS. The last successful tests were run with OpenBLAS_jll v0.3.7+5, but since then it has updated to v0.3.7+8. Can confirm it fails to load locally as well. This was predicted to become an issue by myself in November (JuliaPackaging/Yggdrasil#230 (comment)).

At some point, the artifacts ecosystem is going to require enforcing versioning (the package versions are already there, but not yet built into the .tomls' compats). Any indication on how this will come about?

@MikaelSlevinsky
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably due to this change JuliaPackaging/Yggdrasil#632

@MikaelSlevinsky
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MikaelSlevinsky
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A local fix for this is along the following lines:

cd /Users/Mikael/.julia/artifacts/223356bdd148c943de32970c0713be4ad9c0df8a
sudo install_name_tool -change @rpath/libopenblas64_.0.3.7.dylib @rpath/libopenblas64_.dylib lib/libfasttransforms.dylib

@dlfivefifty
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can confirm that the local fix worked

Please sign in to comment.