[cig-commits] r16145 - long/3D/SNAC/trunk/Snac/plugins/remesher

echoi at geodynamics.org echoi at geodynamics.org
Tue Jan 19 06:05:43 PST 2010


Author: echoi
Date: 2010-01-19 06:05:43 -0800 (Tue, 19 Jan 2010)
New Revision: 16145

Modified:
   long/3D/SNAC/trunk/Snac/plugins/remesher/makefile
Log:
Include the GNU Scientific Library as a required package.


Modified: long/3D/SNAC/trunk/Snac/plugins/remesher/makefile
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/remesher/makefile	2010-01-19 07:16:22 UTC (rev 16144)
+++ long/3D/SNAC/trunk/Snac/plugins/remesher/makefile	2010-01-19 14:05:43 UTC (rev 16145)
@@ -48,6 +48,6 @@
 EXTERNAL_LIBS = -L${STGERMAIN_LIBDIR}  -lSnac -lStGermain 
 EXTERNAL_INCLUDES = -I${STGERMAIN_INCDIR}/StGermain -I${STGERMAIN_INCDIR} 
 
-packages = MPI XML MATH
+packages = MPI XML MATH GSL
 
 include ${PROJ_ROOT}/Makefile.vmake



More information about the CIG-COMMITS mailing list