Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib4neuro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
MolDyn
lib4neuro
Commits
4abec518
Commit
4abec518
authored
5 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] [WIN] Trying to fix CI on Windows
parent
6b2bffe3
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_scripts/windows/win_VS_build_x64_release.bat
+1
-1
1 addition, 1 deletion
build_scripts/windows/win_VS_build_x64_release.bat
with
1 addition
and
1 deletion
build_scripts/windows/win_VS_build_x64_release.bat
+
1
−
1
View file @
4abec518
...
...
@@ -12,7 +12,7 @@ REM set Fortran_COMPILER=ifort
set
MAKEFILE_GENERATOR
=
"Visual Studio 15 2017 Win64"
cmake
-G
%MAKEFILE_GENERATOR%
-S
.
-Bbuild -DCMAKE
_VERBOSE_MAKEFILE:BOOL
=
ON
-DCMAKE
_BUILD_TYPE
=
Release
-DCMAKE
_Fortran_COMPILER
=
%FC%
-DBUILD
_TESTS
=
%BUILD_TESTS%
-DBUILD
_EXAMPLES
=
%BUILD_EXAMPLES%
-DBUILD
_LIB
=
%BUILD_LIB%
-DLIB
4
NEURO_DIR
=
build
\lib
-DDEPENDENCIES
_LINK_TYPE
=
%LINK_TYPE%
-DLIB
4
NEURO_INCLUDE_DIR
=
%LIB4
NEURO_INCLUDE_DIR
%
-DARMADILLO
_ROOT
=
%WIN_ARMADILLO_ROOT%
-DBOOST
_ROOT
=
%WIN_BOOST_ROOT%
-DEXPRTK
_ROOT
=
%WIN_EXPRTK_ROOT%
-DTURTLE
_ROOT
=
%WIN_TURTLE_ROOT%
cmake
-G
%MAKEFILE_GENERATOR%
-S
.
-Bbuild -DCMAKE
_VERBOSE_MAKEFILE:BOOL
=
ON
-DCMAKE
_BUILD_TYPE
=
Release
-DCMAKE
_Fortran_COMPILER
=
"C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\ifort.exe"
-DBUILD
_TESTS
=
%BUILD_TESTS%
-DBUILD
_EXAMPLES
=
%BUILD_EXAMPLES%
-DBUILD
_LIB
=
%BUILD_LIB%
-DLIB
4
NEURO_DIR
=
build
\lib
-DDEPENDENCIES
_LINK_TYPE
=
%LINK_TYPE%
-DLIB
4
NEURO_INCLUDE_DIR
=
%LIB4
NEURO_INCLUDE_DIR
%
-DARMADILLO
_ROOT
=
%WIN_ARMADILLO_ROOT%
-DBOOST
_ROOT
=
%WIN_BOOST_ROOT%
-DEXPRTK
_ROOT
=
%WIN_EXPRTK_ROOT%
-DTURTLE
_ROOT
=
%WIN_TURTLE_ROOT%
REM cmake -G %MAKEFILE_GENERATOR% -S. -Bbuild -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=%BUILD_TESTS% -DBUILD_EXAMPLES=%BUILD_EXAMPLES% -DBUILD_LIB=%BUILD_LIB% -DLIB4NEURO_DIR=build\lib -DDEPENDENCIES_LINK_TYPE=%LINK_TYPE% -DLIB4NEURO_INCLUDE_DIR=%LIB4NEURO_INCLUDE_DIR% -DARMADILLO_ROOT=%WIN_ARMADILLO_ROOT% -DBOOST_ROOT=%WIN_BOOST_ROOT% -DEXPRTK_ROOT=%WIN_EXPRTK_ROOT% -DTURTLE_ROOT=%WIN_TURTLE_ROOT%
if
"
%BUILD_SOMETHING_LIB%
"
==
"yes"
(
...
...
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