-
Notifications
You must be signed in to change notification settings - Fork 49
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
Using NESTML with repo-based NEST and Boost #542
Comments
@clinssen: Can this issue be solved in NESTML directly, or should it rather be addressed by changes to the |
@Silmathoron: sorry for the late reply. Could you report the output of |
Not right now, unfortunately, I'm not a Debian user, but I'll try to do it soon. |
I believe NEST is receiving some updates right now related to Boost. Please hold tight until nest/nest-simulator#1502 and nest/nest-simulator#1477 are merged. |
Hey there, additional question regarding the use of NESTML with deb-repo NEST: it seems that EDIT: could this be a temporary workaround? |
Dear @tfardet, I am not fully convinced by the workaround and think the proper solution is to actually support the CMake switch Currently, we just overwrite the prefix by whatever we get from I'm not yet completely sure how to handle |
Hi @jougs yeah, actually I tried the potential workaround but it does not work anyways, and it's definitely not a long-term solution. |
I'm working on this today and am somewhat confident to have a fix by tonight. |
Hi @jougs, any news on the prefix front? |
Work is now happening in #691. Sorry for the delay. |
We now have a bunch of pre-built NEST from repo (see install).
However, at least for the ubuntu package, the source files are not included in a way that is automatically detected by the NESTML install script (though for ubuntu it is
/usr/include/nest
).Since these installation methods are likely to become dominant, I think we need to address this issue.
Similar problem arises if NEST is compiled with
-Dwith-boost=1
as the include path is not contained automatically; this option will become default in NEST3.Steps to reproduce: build a model with default NESTML config with a prebuilt NEST or with a NEST built with Boost.
Potential link to #480 and #503
The text was updated successfully, but these errors were encountered: