Skip to content
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

Build fails with libneo #62

Open
krystophny opened this issue Oct 1, 2024 · 1 comment
Open

Build fails with libneo #62

krystophny opened this issue Oct 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@krystophny
Copy link
Member

With the changed libneo, the SIMPLE build fails. @GeorgGrassler please fix the SIMPLE CMakeLists.txt by adding HDF5 stuff etc. and let me know.

@krystophny krystophny added the bug Something isn't working label Oct 1, 2024
@krystophny
Copy link
Member Author

krystophny commented Oct 1, 2024

Update: The code builds again, but SRC/CMakeLists.txt is not beautifully clean anymore. Please fix. Also, I am not happy with setting module output directory and hardcoded paths in libneo/src/hdf5_tools/CMakeLists.txt - this means I cannot do add_subdirectory:

set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR})

...

### Define executable
add_library(hdf5_tools
	${CMAKE_SOURCE_DIR}/src/hdf5_tools/hdf5_tools.f90
	${CMAKE_SOURCE_DIR}/src/hdf5_tools/hdf5_tools_f2003.f90
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants