[cgma-dev] r5983 - cgm/trunk

iulian at mcs.anl.gov iulian at mcs.anl.gov
Thu Feb 7 17:22:50 CST 2013


Author: iulian
Date: 2013-02-07 17:22:50 -0600 (Thu, 07 Feb 2013)
New Revision: 5983

Modified:
   cgm/trunk/configure.ac
Log:
cubit libs variable should contain (in ubuntu 12.04) all the libraries that are
needed, with explicit dependency (golden linker rule).
It has implications later in moab;
so, I added cubit_util and cubit_geom, besides cubitiXX, which is looked for

It is needed only for cubit 13 though; Hope it does not break cubit 12.2 builds


Modified: cgm/trunk/configure.ac
===================================================================
--- cgm/trunk/configure.ac	2013-02-07 19:40:08 UTC (rev 5982)
+++ cgm/trunk/configure.ac	2013-02-07 23:22:50 UTC (rev 5983)
@@ -144,7 +144,7 @@
     AC_LINK_IFELSE([AC_LANG_PROGRAM(
       [class AcisQueryEngine { public: static AcisQueryEngine* instance_; };],
       [AcisQueryEngine::instance_ = 0;])],
-      [CUBIT_LIBS="-L${CUBIT_BIN_DIR} -lcubiti$num"
+      [CUBIT_LIBS="-L${CUBIT_BIN_DIR} -lcubiti$num -lcubit_geom -lcubit_util"
        CUBIT_FILE=`expr x"$file" : x"$CUBIT_BIN_DIR/\(.*\)"`
        CUBIT_FILE="${CUBIT_BIN_DIR}/$CUBIT_FILE"
        AC_MSG_RESULT(yes)



More information about the cgma-dev mailing list