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

Configuring fails with 'Target ... links to target "TBB::tbb" but the target was not found' #546

Closed
berndflemisch opened this issue Jul 23, 2021 · 7 comments · Fixed by OPM/opm-common#2772
Assignees

Comments

@berndflemisch
Copy link
Member

berndflemisch commented Jul 23, 2021

I experience this Dune release 2.8. With Dune 2.7, everything is fine. TBB is installed in both cases.

The corresponding output of dunecontrol is

--- calling all for opm-grid ---
--- calling vcsetup for opm-grid ---
--- calling cmake for opm-grid ---
----- using default flags $CMAKE_FLAGS from /home/bernd/Dumux2.8/cmake11.opts -----
cmake   -DCMAKE_C_COMPILER=/usr/bin/gcc-11 -DCMAKE_CXX_COMPILER=/usr/bin/g++-11 -DUSE_MPI=ON -DCMAKE_CXX_FLAGS_RELEASE=' -fdiagnostics-color=always -fno-strict-aliasing -fstrict-overflow -fno-finite-math-only -DNDEBUG=1 -O3 -march=native -funroll-loops -g0 -Wall -Wunused -Wmissing-include-dirs -Wcast-align -Wno-missing-braces -Wmissing-field-initializers -Wno-sign-compare ' -DCMAKE_CXX_FLAGS_DEBUG='-O0 -g -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare ' -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=' -fdiagnostics-color=always -fno-strict-aliasing -fstrict-overflow -fno-finite-math-only -DNDEBUG=1 -O3 -march=native -funroll-loops -g0 -Wall -Wunused -Wmissing-include-dirs -Wcast-align -Wno-missing-braces -Wmissing-field-initializers -Wno-sign-compare -g -ggdb -Wall ' -DCMAKE_BUILD_TYPE=Release -DENABLE_HEADERCHECK=OFF "-Ddune-common_DIR=/home/bernd/Dumux2.8/dune-common/build-gcc11" "-Ddune-geometry_DIR=/home/bernd/Dumux2.8/dune-geometry/build-gcc11" "-Ddune-uggrid_DIR=/home/bernd/Dumux2.8/dune-uggrid/build-gcc11" "-Ddune-grid_DIR=/home/bernd/Dumux2.8/dune-grid/build-gcc11" "-Dopm-common_DIR=/home/bernd/Dumux2.8/opm-common/build-gcc11" "-Ddune-istl_DIR=/home/bernd/Dumux2.8/dune-istl/build-gcc11" -DCMAKE_C_COMPILER=/usr/bin/gcc-11 -DCMAKE_CXX_COMPILER=/usr/bin/g++-11 -DUSE_MPI=ON -DCMAKE_CXX_FLAGS_RELEASE=' -fdiagnostics-color=always -fno-strict-aliasing -fstrict-overflow -fno-finite-math-only -DNDEBUG=1 -O3 -march=native -funroll-loops -g0 -Wall -Wunused -Wmissing-include-dirs -Wcast-align -Wno-missing-braces -Wmissing-field-initializers -Wno-sign-compare ' -DCMAKE_CXX_FLAGS_DEBUG='-O0 -g -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare ' -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=' -fdiagnostics-color=always -fno-strict-aliasing -fstrict-overflow -fno-finite-math-only -DNDEBUG=1 -O3 -march=native -funroll-loops -g0 -Wall -Wunused -Wmissing-include-dirs -Wcast-align -Wno-missing-braces -Wmissing-field-initializers -Wno-sign-compare -g -ggdb -Wall ' -DCMAKE_BUILD_TYPE=Release -DENABLE_HEADERCHECK=OFF "/home/bernd/Dumux2.8/opm-grid"
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (CJSON) does
  not match the name of the calling package (cjson).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/Findcjson.cmake:77 (find_package_handle_standard_args)
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmFind.cmake:144 (find_package)
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmPackage.cmake:189 (find_and_append_package_to)
  /home/bernd/Dumux2.8/opm-common/opm-common-prereqs.cmake:25 (find_package_deps)
  /home/bernd/Dumux2.8/opm-common/build-gcc11/opm-common-config.cmake:127 (include)
  CMakeLists.txt:59 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find CJSON (missing: CJSON_INCLUDE_DIRS HAVE_CJSON) 
CMake Warning at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmFind.cmake:144 (find_package):
  By not providing "Findfmt.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "fmt", but
  CMake did not find one.

  Could not find a package configuration file provided by "fmt" (requested
  version 7.0.3) with any of the following names:

    fmtConfig.cmake
    fmt-config.cmake

  Add the installation prefix of "fmt" to CMAKE_PREFIX_PATH or set "fmt_DIR"
  to a directory containing one of the above files.  If "fmt" provides a
  separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmPackage.cmake:189 (find_and_append_package_to)
  /home/bernd/Dumux2.8/opm-common/opm-common-prereqs.cmake:25 (find_package_deps)
  /home/bernd/Dumux2.8/opm-common/build-gcc11/opm-common-config.cmake:127 (include)
  CMakeLists.txt:59 (find_package)


CMake Deprecation Warning at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmInit.cmake:26 (cmake_policy):
  The OLD behavior for policy CMP0026 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
  CMakeLists.txt:65 (OpmSetPolicies)


-- A library with LAPACK API found.
-- Version 2.8.0 of dune-common from /home/bernd/Dumux2.8/dune-common/build-gcc11
-- Version 2.8.0 of dune-geometry from /home/bernd/Dumux2.8/dune-geometry/build-gcc11
-- Version 2.8.0 of dune-uggrid from /home/bernd/Dumux2.8/dune-uggrid/build-gcc11
-- Version 2.8.0 of dune-grid from /home/bernd/Dumux2.8/dune-grid/build-gcc11
CMake Warning (dev) at /home/bernd/Dumux2.8/opm-common/cmake/Modules/FindSuiteSparse.cmake:264 (set):
  implicitly converting 'INT' to 'STRING' type.
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmFind.cmake:144 (find_package)
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmPackage.cmake:189 (find_and_append_package_to)
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmPackage.cmake:87 (find_package_deps)
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/Finddune-istl.cmake:14 (find_opm_package)
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmFind.cmake:144 (find_package)
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmPackage.cmake:189 (find_and_append_package_to)
  opm-grid-prereqs.cmake:34 (find_package_deps)
  CMakeLists.txt:74 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Version 2.8.0 of dune-istl from /home/bernd/Dumux2.8/dune-istl/build-gcc11
-- Could NOT find PTScotch (missing: PTSCOTCH_INCLUDE_DIR SCOTCH_LIBRARY PTSCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- CMake version: 3.18.4
-- Linux distribution: Ubuntu 21.04
-- Target architecture: x86_64
-- Source code repository: git 8034c7c9%
-- GNU C++ compiler version: 11.1.0
-- Linker: ld 2.36.1
Processing opm_defaults opm-grid
-- Precompiled headers: disabled
-- Build type: Release
-- Could NOT find CppCheck (missing: CPPCHECK_PROGRAM) 
-- Disabling clang-check as CMAKE_EXPORT_COMPILE_COMMANDS is not enabled
-- Looking for strip utility
-- Looking for strip utility - found
-- Performing Test HAVE_DYNAMIC_BOOST_TEST
-- Performing Test HAVE_DYNAMIC_BOOST_TEST - Success
-- Writing config file "/home/bernd/Dumux2.8/opm-grid/build-gcc11/config.h"...
CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmCompile.cmake:41 (add_library):
  Target "opmgrid" links to target "TBB::tbb" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:181 (opm_compile)
  CMakeLists.txt:116 (include)


-- This build defaults to installing in /usr/local
CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_cartgrid" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_cpgrid" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_communication_utils" links to target "TBB::tbb" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_column_extract" links to target "TBB::tbb" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "distribution_test" links to target "TBB::tbb" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "entityrep_test" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "entity_test" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "facetag_test" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "grid_pinch" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "geometry_test" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "orientedentitytable_test" links to target "TBB::tbb" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "partition_iterator_test" links to target "TBB::tbb" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "zoltan_test" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_geom2d" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_gridutilities" links to target "TBB::tbb" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_minpvprocessor" links to target "TBB::tbb" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_polyhedralgrid" links to target "TBB::tbb" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "p2pcommunicator_test" links to target "TBB::tbb" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_repairzcorn" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_sparsetable" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_quadratures" links to target "TBB::tbb" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_compressed_cartesian_mapping" links to target "TBB::tbb" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_regionmapping" links to target "TBB::tbb" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "test_ug" links to target "TBB::tbb" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


CMake Error at /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmSatellites.cmake:63 (add_executable):
  Target "grid_nnc" links to target "TBB::tbb" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  /home/bernd/Dumux2.8/opm-common/cmake/Modules/OpmLibMain.cmake:248 (opm_compile_satellites)
  CMakeLists.txt:116 (include)


-- Writing version information to local header project-version.h
-- Configuring incomplete, errors occurred!
See also "/home/bernd/Dumux2.8/opm-grid/build-gcc11/CMakeFiles/CMakeOutput.log".
See also "/home/bernd/Dumux2.8/opm-grid/build-gcc11/CMakeFiles/CMakeError.log".
--- Failed to build opm-grid ---
Terminating dunecontrol due to previous errors!
@berndflemisch
Copy link
Member Author

It's not a matter of CMake, but of the Dune version. I'll update the description.

@blattms
Copy link
Member

blattms commented Jul 26, 2021 via email

@blattms blattms added this to the Release 2021.10 milestone Oct 14, 2021
@blattms
Copy link
Member

blattms commented Oct 14, 2021

I was about to comment along the lines "not yet fixed, but you can use this workaround", but when running another test it seems like this is actually fixed. Maybe that is due to the changes in the DUNE release? On my system it uses pkgconfig to search for tbb as I use CMake < 3.19.4.

Can you please check whether the problem persists on your system?

@blattms
Copy link
Member

blattms commented Oct 19, 2021

Sigh. Am seeing it again (both in opm-material and opm-grid).

@berndflemisch
Copy link
Member Author

I also still see it, this time with a standard Ubuntu 21.10.

@blattms
Copy link
Member

blattms commented Oct 19, 2021

I guess we would need to define PkgConfig::PkgConfigTBB and TBB::tbb in a newly created FindTBB.cmake in opm-common.

@blattms
Copy link
Member

blattms commented Oct 19, 2021

Not really satisfactory, but one can set CMAKE_MODULE_PATH to include /path/to/dune-common/cmake/modules as workaround to make the build succeed. But this is really hacky as OPM might find cmake modules from DUNE when it should find the ones in OPM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants