Skip to content
Snippets Groups Projects
Commit c8c51d3d authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 835: Disabled shmem in default variants file. Avoids build problems on Mac

parent 795f4380
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ nolog4cplus.variant.conf: $(standard) $(debug) --without-log4cplus
insure.variant.conf: $(standard) --with-insuretools --with-cppflags="-D__INSURE__"
insure.variant.make: QA=insure
standard.var: $(lofar_root) $(searchpath) $(log4c) $(aipspp) $(sockets) $(zoid) $(threads) $(sse) $(shmem) $(python) $(boost) $(cppflags) $(backtrace) $(readline)
standard.var: $(lofar_root) $(searchpath) $(log4c) $(aipspp) $(sockets) $(zoid) $(threads) $(sse) $(noshmem) $(python) $(boost) $(cppflags) $(backtrace) $(readline)
lofar_root.var:
searchpath.var: --with-searchpath="+prefix +root /opt/lofar/external/+pkg+vers/+comp /opt/lofar/external/+pkg+vers /usr/local/+pkg+vers/+comp /usr/local/+pkg+vers /usr/local /usr"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment