You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just installed EMsoftOO, seems to work great, as expected. Thanks!
However, after following installation instructions for EMsoftSuperBuild and running cmake for EMsoftOO, I get this error:
(base) hakon:Debug [develop] $ cmake -DCMAKE_BUILD_TYPE=Debug -DEMsoftOO_SDK=/Users/hakon/kode/personal/EMsoftSDK ../../EMsoftOO
CMake Error at CMakeLists.txt:34 (include):
include could not find requested file:
/Users/hakon/kode/personal/EMsoftSDK/EMsoftOO_SDK.cmake
-- ********* STARTING EMsoft CONFIGURATION ***********************
After renaming EMsoft_SDK.cmake to EMsoftOO_SDK.cmake, installation ran without issue. Don't know what the easiest fix to the installation instructions here are. Should I have written cmake -DEMsoft_SDK=/Users/hakon/kode/personal/EMsoftOO_SDK -DCMAKE_BUILD_TYPE=Debug ../ when building the super build?
EMsoft seems to enter a double slash when looking for the config file?
(base) hakon:emsoft $ EMConvertOrientations -t
EMsoft warning encountered:
USER=hakon
field EMSlackWebHookURL not found in json file: /Users/hakon/.config/EMsoft//EMsoftConfig.json
continuing with empty parameter value for EMSlackWebHookURL
EMsoft warning encountered:
USER=hakon
field EMSlackChannel not found in json file: /Users/hakon/.config/EMsoft//EMsoftConfig.json
continuing with empty parameter value for EMSlackChannel
EMsoft warning encountered:
USER=hakon
field EMNotify not found in json file: /Users/hakon/.config/EMsoft//EMsoftConfig.json
continuing with empty parameter value for EMNotify
<EMsoftHeader>
Copyright (C) 2001-2024 Marc De Graef Research Group/CMU
EMsoft comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see License.txt file for details.
Program Name : EMConvertOrientations.f90
Purpose : Convert orientations from one representation to another
Platform : Darwin
Source Code Version : 6_0_20240823_0
Source Code Revision :
Build Date/Time : 2024-08-23 07:30:02Z
See https://github.com/EMsoft-org/EMsoftOO/wiki for selected help pages.
Aug 23 2024 10:05:21.100 AM
</EMsoftHeader>
Number of command line arguments detected: 1
Creating program name list template files:
-> created template file EMConvertOrientations.template
To execute program, remove all flags except for nml/json input file name
The text was updated successfully, but these errors were encountered:
Hi Marc and others,
just installed EMsoftOO, seems to work great, as expected. Thanks!
However, after following installation instructions for EMsoftSuperBuild and running cmake for EMsoftOO, I get this error:
After renaming
EMsoft_SDK.cmake
toEMsoftOO_SDK.cmake
, installation ran without issue. Don't know what the easiest fix to the installation instructions here are. Should I have writtencmake -DEMsoft_SDK=/Users/hakon/kode/personal/EMsoftOO_SDK -DCMAKE_BUILD_TYPE=Debug ../
when building the super build?EMsoft seems to enter a double slash when looking for the config file?
The text was updated successfully, but these errors were encountered: