Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wintel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
opentelemac
wintel
Commits
c31baa07
Commit
c31baa07
authored
2 years ago
by
Boris Basic
Browse files
Options
Downloads
Patches
Plain Diff
Disable the build of unnecessary stuff where possible
parent
08d6f5f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-telemac-deps.bat
+3
-3
3 additions, 3 deletions
build-telemac-deps.bat
with
3 additions
and
3 deletions
build-telemac-deps.bat
+
3
−
3
View file @
c31baa07
...
...
@@ -124,7 +124,7 @@ rem ********
rem * HDF5 *
rem ********
call
:download
%hdf5
%
"https://www.hdfgroup.org/package/hdf5-1-10-8-zip/?wpdmdl=16060&refresh=61dee6661eab21641997926"
||
exit
/b
1
set
cmake_config_options
=
-DHDF
5
_GENERATE_HEADERS:BOOL
=
OFF
set
cmake_config_options
=
-DHDF
5
_GENERATE_HEADERS:BOOL
=
OFF
-DBUILD
_TESTING:BOOL
=
OFF
-DHDF
5
_BUILD_EXAMPLES:BOOL
=
OFF
-DHDF
5
_BUILD_TOOLS:BOOL
=
OFF
-DHDF
5
_BUILD_UTILS:BOOL
=
OFF
-DHDF
5
_BUILD_HL_LIB:BOOL
=
OFF
-DHDF
5
_BUILD_HL_TOOLS:BOOL
=
OFF
call
:cmake
_build
%hdf5
%
||
exit
/b
1
exit
/b
0
...
...
@@ -133,7 +133,7 @@ rem *******
rem * MED *
rem *******
call
:download
%med%
"https://files.salome-platform.org/Salome/other/med-4.1.0.tar.gz"
||
exit
/b
1
set
cmake_config_options
=
-DHDF
5
_ROOT_DIR:PATH
=
%install_path%
/
%hdf5
%
set
cmake_config_options
=
-DHDF
5
_ROOT_DIR:PATH
=
%install_path%
/
%hdf5
%
-DMEDFILE
_BUILD_TESTS:BOOL
=
OFF
-DMEDFILE
_INSTALL_DOC:BOOL
=
OFF
if
%compiler%
==
intel
(
rem MED libraries cannot be built as shared libraries with Visual Studio generator as they
rem miss the proper __declspec(dllexport) declarations on each class and function
...
...
@@ -209,7 +209,7 @@ rem * ScaLAPACK *
rem *************
call
:download
%scalapack%
"https://github.com/Reference-ScaLAPACK/scalapack/archive/refs/tags/v2.1.0.zip"
||
exit
/b
1
rem We need to use a foward slash for lapack and blas libraries paths since CMake CheckFortranFunctionExists is bugged when using a backward slash
set
cmake_config_options
=
-DMPI
_BASE_DIR:PATH
=
%install_path%
/
%msmpi%
-DLAPACK
_LIBRARIES:STRING
=
%install_path%
/
%lapack%
/lib/liblapack
.a
-DBLAS
_LIBRARIES:STRING
=
%install_path%
/
%lapack%
/lib/libblas
.a
set
cmake_config_options
=
-DMPI
_BASE_DIR:PATH
=
%install_path%
/
%msmpi%
-DLAPACK
_LIBRARIES:STRING
=
%install_path%
/
%lapack%
/lib/liblapack
.a
-DBLAS
_LIBRARIES:STRING
=
%install_path%
/
%lapack%
/lib/libblas
.a
-DBUILD
_TESTING:BOOL
=
OFF
call
:cmake
_build
%scalapack%
||
exit
/b
1
exit
/b
0
...
...
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