Revision: 77629
          http://sourceforge.net/p/brlcad/code/77629
Author:   starseeker
Date:     2020-10-24 03:15:48 +0000 (Sat, 24 Oct 2020)
Log Message:
-----------
Put back STEPCODE aliases

Modified Paths:
--------------
    brlcad/branches/extbuild/INSTALL
    brlcad/branches/extbuild/configure
    brlcad/branches/extbuild/src/other/ext/stepcode.cmake

Modified: brlcad/branches/extbuild/INSTALL
===================================================================
--- brlcad/branches/extbuild/INSTALL    2020-10-24 02:58:15 UTC (rev 77628)
+++ brlcad/branches/extbuild/INSTALL    2020-10-24 03:15:48 UTC (rev 77629)
@@ -486,6 +486,16 @@
 Aliases:  ENABLE_PNG
 
 
+--- BRLCAD_SC ---
+
+Option for enabling and disabling compilation of the NIST Step Class
+Libraries provided with BRL-CAD's source code.  Default is AUTO,
+responsive to the toplevel BRLCAD_BUNDLED_LIBS option and testing
+first for a system version if BRLCAD_BUNDLED_LIBS is also AUTO.
+
+Aliases:  ENABLE_SCL, ENABLE_STEP, ENABLE_STEP_CLASS_LIBRARIES
+
+
 --- BRLCAD_PROJ4 ---
 
 Option for enabling and disabling compilation of the PROJ.4 geographic

Modified: brlcad/branches/extbuild/configure
===================================================================
--- brlcad/branches/extbuild/configure  2020-10-24 02:58:15 UTC (rev 77628)
+++ brlcad/branches/extbuild/configure  2020-10-24 03:15:48 UTC (rev 77629)
@@ -102,6 +102,18 @@
                                   shift;;
      --disable-png)                options="$options -DBRLCAD_PNG=SYSTEM";
                                   shift;;
+     --enable-scl)                options="$options -DBRLCAD_SC=BUNDLED";
+                                  shift;;
+     --disable-scl)                options="$options -DBRLCAD_SC=SYSTEM";
+                                  shift;;
+     --enable-step)                options="$options -DBRLCAD_SC=BUNDLED";
+                                  shift;;
+     --disable-step)                options="$options -DBRLCAD_SC=SYSTEM";
+                                  shift;;
+     --enable-step-class-libraries)                options="$options 
-DBRLCAD_SC=BUNDLED";
+                                  shift;;
+     --disable-step-class-libraries)                options="$options 
-DBRLCAD_SC=SYSTEM";
+                                  shift;;
      --enable-proj4)                options="$options -DBRLCAD_PROJ4=BUNDLED";
                                   shift;;
      --disable-proj4)                options="$options -DBRLCAD_PROJ4=SYSTEM";

Modified: brlcad/branches/extbuild/src/other/ext/stepcode.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode.cmake       2020-10-24 
02:58:15 UTC (rev 77628)
+++ brlcad/branches/extbuild/src/other/ext/stepcode.cmake       2020-10-24 
03:15:48 UTC (rev 77629)
@@ -4,6 +4,7 @@
 responsive to the toplevel BRLCAD_BUNDLED_LIBS option and testing
 first for a system version if BRLCAD_BUNDLED_LIBS is also AUTO.
 ")
+set(sc_ALIASES ENABLE_SCL ENABLE_STEP ENABLE_STEP_CLASS_LIBRARIES)
 
 THIRD_PARTY(stepcode SC stepcode sc_DESCRIPTION
   REQUIRED_VARS BRLCAD_LEVEL3 BRLCAD_ENABLE_STEP

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to