-
Notifications
You must be signed in to change notification settings - Fork 144
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
OpenFOAM-v2312-foss-2023a.eb installation issues #897
Comments
There's not enough information here to know what is going wrong, have you taken a look at the end of the log file? |
This is the end of the log file: ========================================================================== short test summary info =========================================================================== |
I skipped the numpy tests result, modifying this: find $EBROOTEASYBUILD -name numpy.py 'ignore_test_result': [True, It worked, but I feel it's not the right way to do it, SciPy-bundle-2023.07-gfbf-2023a.eb should pass the numpy tests. Please advise. |
I don't think I would worry about this too much, you have a single failed test out of almost 34k (and from https://github.com/raydeann/numpy/blob/master/numpy/distutils/tests/test_exec_command.py#L203 it looks like that is deprecated functionality since 2019). The way you have patched the build, it looks like you directly edited the easyblock so you are still testing You can of course execute the failing test and see where it is going wrong. Usually something like this would show up in a Google search but in this case I don't find anything. |
Hi
I tried to install: OpenFOAM-v2312-foss-2023a.eb
The installation process stops at: SciPy-bundle-2023.07-gfbf-2023a.eb at numpy test
ERROR: Build of /nfs/speed-scratch/carlos/easybuild/software/EasyBuild/4.9.2/easybuild/easyconfigs/s/SciPy-bundle/SciPy-bundle-2023.07-gfbf-2023a.eb failed (err: 'build failed (first 300 chars): cmd "export PYTHONPATH=/disk/nobackup2/eb-_k4om6np/tmplynbch4g/lib/python3.11/site-packages:$PYTHONPATH && unset LDFLAGS && cd .. && /nfs/speed-scratch/carlos/easybuild/software/Python/3.11.3-GCCcore-12.3.0/bin/python -c 'import sys; import numpy; sys.exit(not numpy.test(verbose=2))' " exited with ')
eb --version
This is EasyBuild 4.9.2 (framework: 4.9.2, easyblocks: 4.9.2)
Please help
The text was updated successfully, but these errors were encountered: