Skip to content

BNLIF/pioneer-atar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pioneer-atar

configure code

Externals set as ups product style:

./waf-tools/waf configure \
--boost-includes="$BOOST_INC" \
--boost-libs="$BOOST_LIB" \
--boost-mt \
--with-eigen="$EIGEN_DIR" \
--with-root="$ROOTSYS" \
--prefix=../opt

Externals set as Xin's style (not tested):

./waf-tools/waf configure \
--boost-includes="$WC_EXTERNALS/include" \
--boost-libs="$WC_EXTERNALS/lib" \
--boost-mt \
--with-eigen="$WC_EXTERNALS" \
--with-root="$WC_EXTERNALS" \
--prefix=../opt

build and install

./waf-tools/waf -p build install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published