Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs-feliks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feliks Kiszkurno
ogs-feliks
Commits
6e24f050
Commit
6e24f050
authored
11 months ago
by
Lars Bilke
Committed by
Dmitri Naumov
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
cmake-format
parent
8776250e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/cmake/DependenciesExternalProject.cmake
+10
-6
10 additions, 6 deletions
scripts/cmake/DependenciesExternalProject.cmake
with
10 additions
and
6 deletions
scripts/cmake/DependenciesExternalProject.cmake
+
10
−
6
View file @
6e24f050
...
@@ -133,7 +133,7 @@ if(OGS_USE_PETSC)
...
@@ -133,7 +133,7 @@ if(OGS_USE_PETSC)
set
(
PETSC_EXECUTABLE_RUNS YES
)
set
(
PETSC_EXECUTABLE_RUNS YES
)
endif
()
endif
()
# apple clang 15 requires newer petsc, see
# apple clang 15 requires newer petsc, see
# https://www.mail-archive.com/petsc-users@mcs.anl.gov/msg46980.html
# https://www.mail-archive.com/petsc-users@mcs.anl.gov/msg46980.html
if
(
APPLE AND
${
CMAKE_CXX_COMPILER_VERSION
}
GREATER_EQUAL 15
)
if
(
APPLE AND
${
CMAKE_CXX_COMPILER_VERSION
}
GREATER_EQUAL 15
)
set
(
ogs.minimum_version.petsc 3.20.5
)
set
(
ogs.minimum_version.petsc 3.20.5
)
...
@@ -256,8 +256,10 @@ if(NOT ZLIB_FOUND)
...
@@ -256,8 +256,10 @@ if(NOT ZLIB_FOUND)
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
set
(
_zlib_debug_postfix
"d"
)
set
(
_zlib_debug_postfix
"d"
)
endif
()
endif
()
# Remove zlib dll and corresponding lib, ZLIB_USE_STATIC_LIBS sometimes does not work
# Remove zlib dll and corresponding lib, ZLIB_USE_STATIC_LIBS sometimes
file
(
REMOVE
# does not work
file
(
REMOVE
${
build_dir_ZLIB
}
/
${
CMAKE_INSTALL_LIBDIR
}
/zlib
${
_zlib_debug_postfix
}${
CMAKE_STATIC_LIBRARY_SUFFIX
}
${
build_dir_ZLIB
}
/
${
CMAKE_INSTALL_LIBDIR
}
/zlib
${
_zlib_debug_postfix
}${
CMAKE_STATIC_LIBRARY_SUFFIX
}
${
build_dir_ZLIB
}
/
${
CMAKE_INSTALL_BINDIR
}
/zlib
${
_zlib_debug_postfix
}${
CMAKE_SHARED_LIBRARY_SUFFIX
}
${
build_dir_ZLIB
}
/
${
CMAKE_INSTALL_BINDIR
}
/zlib
${
_zlib_debug_postfix
}${
CMAKE_SHARED_LIBRARY_SUFFIX
}
)
)
...
@@ -265,7 +267,9 @@ if(NOT ZLIB_FOUND)
...
@@ -265,7 +267,9 @@ if(NOT ZLIB_FOUND)
set
(
ZLIB_USE_STATIC_LIBS
"ON"
)
set
(
ZLIB_USE_STATIC_LIBS
"ON"
)
set
(
ZLIB_ROOT
${
build_dir_ZLIB
}
)
set
(
ZLIB_ROOT
${
build_dir_ZLIB
}
)
# Force local zlib build, found netcdf-installed zlib sometimes
# Force local zlib build, found netcdf-installed zlib sometimes
set
(
ZLIB_LIBRARIES
${
build_dir_ZLIB
}
/
${
CMAKE_INSTALL_LIBDIR
}
/zlibstatic
${
_zlib_debug_postfix
}${
CMAKE_STATIC_LIBRARY_SUFFIX
}
)
set
(
ZLIB_LIBRARIES
${
build_dir_ZLIB
}
/
${
CMAKE_INSTALL_LIBDIR
}
/zlibstatic
${
_zlib_debug_postfix
}${
CMAKE_STATIC_LIBRARY_SUFFIX
}
)
endif
()
endif
()
set
(
_EXT_LIBS
${
_EXT_LIBS
}
ZLIB CACHE INTERNAL
""
)
set
(
_EXT_LIBS
${
_EXT_LIBS
}
ZLIB CACHE INTERNAL
""
)
BuildExternalProject_find_package
(
ZLIB
)
BuildExternalProject_find_package
(
ZLIB
)
...
@@ -302,8 +306,8 @@ if(WIN32 OR HDF5_USE_STATIC_LIBRARIES)
...
@@ -302,8 +306,8 @@ if(WIN32 OR HDF5_USE_STATIC_LIBRARIES)
list
(
APPEND _hdf5_options
"-DBUILD_SHARED_LIBS=OFF"
)
list
(
APPEND _hdf5_options
"-DBUILD_SHARED_LIBS=OFF"
)
endif
()
endif
()
# With apple clang 15 there are errors when the cpm compiled hdf5
# With apple clang 15 there are errors when the cpm compiled hdf5
has a
#
has a
different version than the one bundled with vtk, see
# different version than the one bundled with vtk, see
# https://gitlab.kitware.com/vtk/vtk/-/issues/19232.
# https://gitlab.kitware.com/vtk/vtk/-/issues/19232.
if
(
APPLE AND
${
CMAKE_CXX_COMPILER_VERSION
}
GREATER_EQUAL 15
)
if
(
APPLE AND
${
CMAKE_CXX_COMPILER_VERSION
}
GREATER_EQUAL 15
)
set
(
ogs.tested_version.hdf5 1.10.7
)
set
(
ogs.tested_version.hdf5 1.10.7
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment