-
Notifications
You must be signed in to change notification settings - Fork 706
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
{geo}[SYSTEM] SNAP-ESA v8.0 and python interface with Python-2.7.18/GCCcore-10.2.0 #13198
Conversation
This comment has been minimized.
This comment has been minimized.
Test report by @lexming |
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.
…dtclfooter equivalent to modluafooter
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.
see lexming#2
easybuild/easyconfigs/s/SNAP-ESA/SNAP-ESA-8.0-Java-1.8.0_292-OpenJDK.eb
Outdated
Show resolved
Hide resolved
...s/SNAP-ESA-python/SNAP-ESA-python-8.0-GCCcore-10.2.0-Java-1.8.0_292-OpenJDK-Python-2.7.18.eb
Outdated
Show resolved
Hide resolved
...s/SNAP-ESA-python/SNAP-ESA-python-8.0-GCCcore-10.2.0-Java-1.8.0_292-OpenJDK-Python-2.7.18.eb
Outdated
Show resolved
Hide resolved
easybuild/easyconfigs/s/SNAP-ESA/SNAP-ESA-8.0-Java-1.8.0_292-OpenJDK.eb
Outdated
Show resolved
Hide resolved
...s/SNAP-ESA-python/SNAP-ESA-python-8.0-GCCcore-10.2.0-Java-1.8.0_292-OpenJDK-Python-2.7.18.eb
Outdated
Show resolved
Hide resolved
use Java/1.8 wrapper for SNAP-ESA and SNAP-ESA-python + take into account that `$JAVA_TOOL_OPTIONS` may not be defined + add modtclfooter equivalent to modluafooter
@boegelbot: please test @ generoso |
@lexming: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1768022319 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
@boegelbot please test @ jsc-zen2 |
@lexming: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1768135056 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
Test report by @boegel |
Going in, thanks @lexming! |
Going in, thanks @lexming! |
Depends on
#13141This PR has the particularity that the Python module for SNAP-ESA
snappy
is installed using a tool fromSNAP-ESA
instead of using some sources. Therefore, I made a creative use ofBundle
forSNAP-ESA-python
.On top of that, several commands of SNAP fail to properly terminate themselves after the execution is complete. They just hang forever. This issue is known by the devs but there is no fix (probably low priority because
ctrl-C
is easy enough 😆 ). So I resorted to parse the output of those tools and manually kill them once they are done.The update of SNAP's modules is disabled by default because there is no way to control which versions get installed with it. It always downloads the latests versions from their repos. Use at your own risk.