[sunrise.wiki] push by - Edited wiki page Compiling through web user interface. on 2015-03-24 20:24 GMT

0 views
Skip to first unread message

sun...@googlecode.com

unread,
Mar 24, 2015, 4:25:03 PM3/24/15
to sunrisemcr...@googlegroups.com
Revision: 8960815db4ad
Branch: default
Author: mig...@gmail.com
Date: Tue Mar 24 20:24:37 2015 UTC
Log: Edited wiki page Compiling through web user interface.
https://code.google.com/p/sunrise/source/detail?r=8960815db4ad&repo=wiki

Modified:
/Compiling.wiki

=======================================
--- /Compiling.wiki Tue Mar 17 23:31:00 2015 UTC
+++ /Compiling.wiki Tue Mar 24 20:24:37 2015 UTC
@@ -58,10 +58,12 @@
export CXX=icpc
export CXXFLAGS='-g -O2 -pthread'
export LDFLAGS=-pthread
- ./configure --prefix=$HOME --enable-threadsafe --disable-cxx-flags-preset
--enable-serialization --with-boost-libdir=$HOME/lib/boost_1_48_0/
+ ./configure --prefix=$HOME --enable-threadsafe --disable-cxx-flags-preset
--enable-serialization
make lib
make install
}}}
+
+If you get errors related to not finding the boost libraries try using
--with-boost-libdir=$HOME/lib/boost_1_48_0/ (or wherever you installed
boost)

The current version of blitz can use atomic data types from the Intel TBB
library instead of mutex locking to make the array reference counts thread
safe. If you have TBB installed, you can enable this with --with-tbb and
get a slight performance increase.

@@ -119,7 +121,7 @@
export CPPFLAGS=-I$HOME/include (or wherever you need it to point to find
blitz; also use "-pthread" if you use it for blitz)
export CXXFLAGS="-O2 -pthread"
export LDFLAGS=-L$HOME/lib (or wherever)
-./configure --prefix=$HOME --with-boost-libdir=$HOME/lib/boost_1_48_0/
(if boost is in $HOME/include and $HOME/lib)
+./configure --prefix=$HOME (if boost is in $HOME/include and $HOME/lib)
make
make install
}}}
Reply all
Reply to author
Forward
0 new messages