[geos-commits] [SCM] GEOS branch main updated. 29b8f8e55bcce33992d64d9e1231dbb833268034

git at osgeo.org git at osgeo.org
Wed Jun 28 18:57:19 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  29b8f8e55bcce33992d64d9e1231dbb833268034 (commit)
      from  702973e45a2e29d6808e5fd0bc282485739b5d7d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 29b8f8e55bcce33992d64d9e1231dbb833268034
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jun 28 21:52:23 2023 -0400

    Hopefully fixes gitlab make distcheck
    
     - take out /.*build.*/
     - add back /.*build-.*/

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0a09e56f..c64f5a375 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -168,13 +168,13 @@ message(STATUS "GEOS: Archives output: ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}")
 #   -D CMAKE_CXX_COMPILER=/opt/local/bin/clang-mp-15++ \
 #   -D CMAKE_BUILD_TYPE=ASAN
 #
-# To suppress reporting on leaks in MacOS itself (yes, really), 
-# add a suppression file to your build directory. 
+# To suppress reporting on leaks in MacOS itself (yes, really),
+# add a suppression file to your build directory.
 #
 #  echo leak:realizeClassWithoutSwift >> lsan.supp
 #
 # Now run the program with env vars set to turn on leak checking and suppression.
-# 
+#
 #  MallocNanoZone=0 \
 #  ASAN_OPTIONS=detect_leaks=1 \
 #  LSAN_OPTIONS=suppressions=lsan.supp \
@@ -457,7 +457,8 @@ if(PROJECT_IS_TOP_LEVEL)
     set(CPACK_VERBATIM_VARIABLES TRUE)
     set(CPACK_SOURCE_IGNORE_FILES
       /\\..*  # any file/directory starting with .
-      /.*build.*/
+      /.*build-.*/
+      #/.*build.*/ #taken out because breaks gitlab make distcheck
       /autogen\\.sh
       /autom4te\\.cache
       /bin/

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list