-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
tests fail on v1.10.1 with FileNotFoundError on msise00_driver
#24
Comments
Manually building fixes the problem: >>> import msise00.base
>>> msise00.base.build()
-- The Fortran compiler identification is GNU 12.1.0
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/bin/f95 - skipped
-- Configuring done
-- Generating done
-- Build files have been written to: /home/danielk/git/msise00/src/msise00/build
Scanning dependencies of target msise00
[ 25%] Building Fortran object CMakeFiles/msise00.dir/fortran/msise00_data.f.o
[ 50%] Building Fortran object CMakeFiles/msise00.dir/fortran/msise00_sub.f.o
[ 50%] Built target msise00
Scanning dependencies of target msise00_driver
[ 75%] Building Fortran object CMakeFiles/msise00_driver.dir/fortran/msise00_driver.f90.o
[100%] Linking Fortran executable ../msise00_driver
[100%] Built target msise00_driver
>>> Then tests run fine:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
short test summary info:
The text was updated successfully, but these errors were encountered: