You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having trouble with the ITK ECs. Major issue and workaround was to add LC_ALL=C to prebuildopts and using explicit "system" deps, i.e. dependencies installed via EasyBuild.
fix some URLs (outdated/moved -.-)
remove -DCMAKE_BUILD_TYPE
use build_shared_libs
don't use l as a local variable
Use CMakePythonPackage as ITK is a prime example for that (no need to manually set PYTONPATH etc)
boegel
changed the title
ITK: Use system-deps, drop CMakeBuildType, fix URL and build
fix ITK easyconfigs: switch to CMakePythonPackage easyblock, also enable -DITK_USE_SYSTEM_HDF5 configuration option, fix download URLs
Sep 1, 2021
Test report by @boegel SUCCESS
Build succeeded for 14 out of 14 (14 easyconfigs in total)
node2641.swalot.os - Linux centos linux 7.9.2009, x86_64, Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz (haswell), Python 3.6.8
See https://gist.github.com/d5542907c1cec9317cef34a5dea18816 for a full test report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)Having trouble with the ITK ECs. Major issue and workaround was to add
LC_ALL=Cto prebuildopts and using explicit "system" deps, i.e. dependencies installed via EasyBuild.-DCMAKE_BUILD_TYPEbuild_shared_libslas a local variableRequires: