{bio}[GCC/11.2.0] Raven v1.8.1 w/ Python 3.9.6#15833
{bio}[GCC/11.2.0] Raven v1.8.1 w/ Python 3.9.6#15833boegel merged 14 commits intoeasybuilders:developfrom
Conversation
boegel
left a comment
There was a problem hiding this comment.
@ItIsI-Orient The tests aren't happy because you should set download_dep_fail and use_pip via exts_default_options (as opposed to in the extension itself in exts_list), like so:
exts_default_options = {
'download_dep_fail': True,
'use_pip': True,
}(that's just a style thing, functionally there's no difference)
|
Test report by @ItIsI-Orient |
|
Test report by @bedroge |
|
Test report by @bedroge |
|
The installation of the Python extension fails on my Ubuntu system: It looks like it's somehow mixing up the Python versions from the OS (3.10) and the module (3.9)... |
|
I've debugged this a bit more, and the issue seems to be caused by the way CMake is trying to find Python. This behavior has been changed in CMake 3.15: https://cmake.org/cmake/help/latest/policy/CMP0094.html#policy:CMP0094 Finally, I see that the installation pulls in some dependencies, see: |
|
Will take a look into that. Also I am not sure how to enable the new policy in |
@ItIsI-Orient Via |
|
We fixed a very similar problem with the Python being used for VTK in #16741 via |
|
Test report by @ItIsI-Orient |
|
@bedroge Could you please test, whether the issue you had is resolved? |
|
Test report by @bedroge |
|
This doesn't seem to solve the issue, as it's only passed to the build of Raven itself, while the issue pops up while RavenPy is being built. In order to pass it to that (CMake) build as well, I guess we have to modify the |
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1443865533 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegel |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen2 |
|
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1443963056 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
…asyconfigs into 20220708140501_new_pr_Raven181
|
Test report by @bedroge |
|
@boegelbot please test @ jsc-zen2 |
|
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1479164900 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ generoso |
|
Test report by @boegel |
|
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1479189975 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Going in, thanks @ItIsI-Orient! |
(created using
eb --new-pr)