-
Notifications
You must be signed in to change notification settings - Fork 53
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
Unknown CMake command "set_and_check". #118
Comments
Could you try cmake 3.20. It is what we use when we build. Also, there is really no need to build it if you install in a conda environment. We ship packages for it. |
Hello, Yes, actually, I do use the python package "ismrmrd" for post-processing after I convert Siemens "dat" file to "h5" file using siemens-to-ismrmrd tool. Can I use the 'ismrmrd' python package to convert the Siemens raw file format, "dat" to to ISMRMRD raw data format? "h5"? The pipeline that I had worked on was
Is it possible to integrate all these processes into one process in the python script using the 'ismrmrd' Python package? |
You can install the c/c++ library and the siemens_to_ismrmrd converter with conda. Packages are here: https://anaconda.org/ismrmrd/ |
Hi, I couldn't install the library and siemens_to_ismrmrd converter with conda. However, I could install it with cmake v3.20.0 For whom may have the same problem as I had, I will add how I installed the converter.
Special thanks to @hansenms for supporting me in solving this problem. I hope this helps someone to solve the same problem I had. |
Cool, I will close this. |
Error
I got an error, "Unknown CMake command "set_and_check"." on Ubuntu 20.04 LTS on WSL while I installed siemens-to-ismrmrd tool.
To be more specific, I could install "ismrmrd' tool, but I got the error during the following step to install "siemens-to-ismrmrd".
Envornment versions
Reproduce the error
Run the new terminal on Ubuntu 20.04 LTS
Followed the installation steps described in https://github.com/ismrmrd/siemens_to_ismrmrd
Install ISMRMRD
I could install ISMRMRD. (I got help from the issue opened in PugiXML was not found || Possible solution exists in a commit ismrmrd#227)
Set the ISMRMRD environmental variable:
Clone siemens_to_ismrmrd to local
Install siemens_to_ismrmrd
Then, I get this error
Corresponding screenshot:
I have no clue to solve this idea. Can you help me to solve this problem?
Have I missed something in the process?
Thanks
The text was updated successfully, but these errors were encountered: