Add Mac fixes to hashstack's proteus configuration.#991
Add Mac fixes to hashstack's proteus configuration.#991tjcorona wants to merge 10 commits intohashdist:stable/proteusfrom
Conversation
…which fixes HDF5 errors
…to mwf/mac_fixes_0204
cekees
left a comment
There was a problem hiding this comment.
I had a few questions above, but I think we can get this merged in soon and get the stack commit updated on proteus master.
pkgs/doxygen/doxygen.yaml
Outdated
| handler: bash | ||
| bash: | | ||
| patch -up1 < _hashdist/libiconv_plug.patch | ||
| #build_stages: |
There was a problem hiding this comment.
you can just delete this commented code if it's not necessary any more
| handler: bash | ||
| bash: | | ||
| export HDF5_VERSION='1.8.16' | ||
| export HDF5_VERSION='1.8.13' |
There was a problem hiding this comment.
What necessitated going backward on the release?
| - url: https://github.com/SCOREC/core.git | ||
| key: git:e219777edd875d35096dfedd7197300b8e2f3837 | ||
| - url: https://github.com/tjcorona/core.git |
There was a problem hiding this comment.
Have your changes to scorec core not been merged in? Maybe we should put and if statement here to do this conditionally only for darwin or do it as a patch instead. Maybe @zhanga can look into the changes on scorec core.
There was a problem hiding this comment.
I think the version we were using had the error, and the newest version of SCOREC/core wasn't compatible with other things. The easiest fix was to branch and patch the version we were using.
No description provided.