Revision: 77726
          http://sourceforge.net/p/brlcad/code/77726
Author:   starseeker
Date:     2020-11-11 03:37:55 +0000 (Wed, 11 Nov 2020)
Log Message:
-----------
Grumble... initial testing suggests that Tcl's configure script doesn't like 
the wacky installation path it needs to pass to --prefix.  Pretty much means we 
have to disable the odd pathnames test if we're using Tcl's native build, since 
those paths are central to its function.  (Could run it with Tcl disabled, 
which I suppose would be better than nothing...  if we can get a good isolated 
test case set up and confirm it's a Tcl issue, might be worth an upstream bug 
report.)

Modified Paths:
--------------
    brlcad/branches/extbuild/CMakeLists.txt

Modified: brlcad/branches/extbuild/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/CMakeLists.txt     2020-11-10 21:50:03 UTC (rev 
77725)
+++ brlcad/branches/extbuild/CMakeLists.txt     2020-11-11 03:37:55 UTC (rev 
77726)
@@ -2308,7 +2308,7 @@
   CREATE_DISTCHECK(no_object "-DCMAKE_BUILD_TYPE=Debug 
-DBRLCAD_BUNDLED_LIBS=BUNDLED -DUSE_OBJECT_LIBS=OFF" 
"${CPACK_SOURCE_PACKAGE_FILE_NAME}" "build" "install")
   CREATE_DISTCHECK(autodetect_debug "-DCMAKE_BUILD_TYPE=Debug 
-DBRLCAD_BUNDLED_LIBS=AUTO" "${CPACK_SOURCE_PACKAGE_FILE_NAME}" "build" 
"install")
   CREATE_DISTCHECK(autodetect_release "-DCMAKE_BUILD_TYPE=Release 
-DBRLCAD_BUNDLED_LIBS=AUTO" "${CPACK_SOURCE_PACKAGE_FILE_NAME}" "build" 
"install")
-  CREATE_DISTCHECK(odd_pathnames "-DCMAKE_BUILD_TYPE=Debug 
-DBRLCAD_BUNDLED_LIBS=BUNDLED" "1 Odd_ source dir ++" "1 Odd_ build dir ++" "1 
Odd_ install dir ++")
+  #CREATE_DISTCHECK(odd_pathnames "-DCMAKE_BUILD_TYPE=Debug 
-DBRLCAD_BUNDLED_LIBS=BUNDLED" "1 Odd_ source dir ++" "1 Odd_ build dir ++" "1 
Odd_ install dir ++")
   CREATE_DISTCHECK(in_src_dir "-DCMAKE_BUILD_TYPE=Debug 
-DBRLCAD_BUNDLED_LIBS=BUNDLED" "${CPACK_SOURCE_PACKAGE_FILE_NAME}" 
"${CPACK_SOURCE_PACKAGE_FILE_NAME}" "install" distcheck_in_src_dir.cmake.in)
 
   # Now that we're set up and have added the extra targets we want for 
distcheck-full, define the build targets

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