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

ISMRMRD 1.5.0 requires Boost random and program_options #636

Closed
paskino opened this issue Jan 14, 2022 · 1 comment · Fixed by #637
Closed

ISMRMRD 1.5.0 requires Boost random and program_options #636

paskino opened this issue Jan 14, 2022 · 1 comment · Fixed by #637
Assignees

Comments

@paskino
Copy link
Contributor

paskino commented Jan 14, 2022

This issue will appear once SyneRBI/SIRF#936 is merged:

ISMRMRD 1.5.0 requires Boost random and program-options but they are not available in the SuperBuild.
https://github.com/ismrmrd/ismrmrd/blob/c86c89cfcee43e4ce1c146f6e4817dc2e06b2e63/utilities/CMakeLists.txt#L24

We do not build any of those:

--with-libraries=system,filesystem,thread,program_options,chrono,date_time,atomic,timer,regex,test

nor install them from apt
libboost-dev libboost-chrono-dev \
libboost-filesystem-dev libboost-thread-dev \
libboost-date-time-dev libboost-regex-dev \
libboost-program-options-dev libboost-atomic-dev \
libboost-test-dev libboost-timer-dev \

@paskino
Copy link
Contributor Author

paskino commented Jan 14, 2022

Boost program-options is available, only random is missing

@paskino paskino self-assigned this Jan 14, 2022
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.

1 participant