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

TUV-x does not build with Ninja #8

Open
mattldawson opened this issue Oct 6, 2023 · 0 comments
Open

TUV-x does not build with Ninja #8

mattldawson opened this issue Oct 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mattldawson
Copy link
Collaborator

From @zmoon -

Giving this a try here: https://github.com/zmoon/staged-recipes/blob/tuvx/recipes/tuv-x/meta.yaml

Running into an error involving musica-core:

[11/795] Building Fortran preprocessed _deps/musicacore-build/CMakeFiles/musicacore_object.dir/src/util/assert.F90-pp.f90
...
FAILED: CMakeFiles/tuv-x.dir/src/tuvx.F90.o
$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gfortran -I$SRC_DIR/src -I$SRC_DIR/_build/include -I$SRC_DIR/_build/_deps/musicacore-build/include -I$PREFIX/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/tuv-x-0.6.0 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix -O3 -DNDEBUG -O3 -fpreprocessed -c CMakeFiles/tuv-x.dir/src/tuvx.F90-pp.f90 -o CMakeFiles/tuv-x.dir/src/tuvx.F90.o
$SRC_DIR/src/tuvx.F90:12:7:

   12 |   use musica_assert,                   only : assert
      |       1
Fatal Error: Cannot open module file 'musica_assert.mod' for reading at (1): No such file or directory
compilation terminated.

This seems to be a problem building with ninja.

@mattldawson mattldawson added the bug Something isn't working label Oct 6, 2023
@mattldawson mattldawson added this to the TUV-x ready for CAT-Chem milestone Oct 11, 2023
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

1 participant