-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
While building IMAS-Core from source, consider the following scenario:
- Load the necessary modules for building IMAS-Core
- Install imas-data-dictionary version DD 4.1.0 using 'pip install',
- Run CMake configuration with AL_BACKEND_MDSPLUS=ON and AL_DOWNLOAD_DEPENDENCIES=OFF,
- Build and install IMAS-Core library
- Now delete the generated build and install directories.
- Downgrade imas-data-dictionary version DD 3.39.0 using 'pip install'
- Again run the same CMake configuration in Step 3.
CMake reports the following error:
//////////////////////////////////////////////////////////////////////////////////////////
CMake Error at common/cmake/ALBuildDataDictionary.cmake:32 (message):
Failed to run 'idsinfo idspath' command. Please ensure
IMAS-Data-Dictionary module is loaded.
Call Stack (most recent call first):
models/mdsplus/CMakeLists.txt:21 (include)
-- Configuring incomplete, errors occurred!
/////////////////////////////////////////////////////////////////////////////////////////
The same behaviour is observed if DD 3.42.2 is downgraded to DD 3.39.0
Metadata
Metadata
Assignees
Labels
No labels