-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update Symengine recipe [3.1.73] #1810
Update Symengine recipe [3.1.73] #1810
Conversation
4065da4
to
0420e80
Compare
0420e80
to
16d224c
Compare
Hmmm, I just just built symengine with boost-cpp on main few days back. |
Not sure the boost-cpp recipe is being updated on conda-forge https://github.com/conda-forge/boost-cpp-feedstock/blob/main/recipe/meta.yaml |
-DCMAKE_INSTALL_LIBDIR=lib \ | ||
-DBUILD_FOR_DISTRIBUTION=yes \ | ||
-DBUILD_SHARED_LIBS=no \ | ||
-DBoost_INCLUDE_DIR=$BUILD_PREFIX/include \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be $PREFIX here I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well I just took my changes from the main branch and pasted them here :
Didn't see any issues back there.
But yeah might be reasonable, let's try !
Not sure why it looks for boost-cpp 1.80.0 in the latest failure (https://github.com/emscripten-forge/recipes/actions/runs/13069263252/job/36467155746). This channel only has access to 1.87.0 I think pyodide had boost-cpp 1.84.0 and they haven't updated after that And then I used the 1.84.0 build to build symengine on main. That worked very smoothly (and then I just pasted those changes here) |
0c3ef79
into
emscripten-forge:emscripten-3.1.73
No description provided.