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
6b6d4ef5
Commit
6b6d4ef5
authored
5 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] [WIN] Trying to fix CI on Windows
parent
ef257e82
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_debug.bat
+4
-3
4 additions, 3 deletions
build_scripts/windows/win_VS_build_x64_debug.bat
with
4 additions
and
3 deletions
build_scripts/windows/win_VS_build_x64_debug.bat
+
4
−
3
View file @
6b6d4ef5
...
...
@@ -11,12 +11,13 @@ rem call VsDevCmd.bat
title
Building
the
'lib4neuro'
project
for
Debug
[
preparing
makefiles
]
rem C++ compiler (Requires Visual Studio 2017)
rem set CXX_COMPILER=cl
rem set C_COMPILER=cl
set
CXX_COMPILER
=
cl
set
C_COMPILER
=
cl
set
FORTRAN_COMPILER
=
ifort
set
MAKEFILE_GENERATOR
=
"Visual Studio 15 2017 Win64"
cmake
-G
"Visual Studio 15 2017 Win64"
-DCMAKE
_VERBOSE_MAKEFILE:BOOL
=
ON
-DCMAKE
_BUILD_TYPE
=
Debug
-DCMAKE
_CXX_COMPILER
=
%CXX_COMPILER%
-DMPI
_CXX_COMPILER
=
%CXX_COMPILER%
-DMPI
_C_COMPILER
=
%C_COMPILER%
-DCMAKE
_C_COMPILER
=
%C_COMPILER%
-DBOOST
_ROOT
=
%BOOST_ROOT%
-DBOOST
_LIBRARYDIR
=
%BOOST_LIBRARYDIR%
-DBOOST
_INCLUDEDIR
=
%BOOST_INCLUDEDIR%
-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
%
.
cmake
-G
"Visual Studio 15 2017 Win64"
-DCMAKE
_VERBOSE_MAKEFILE:BOOL
=
ON
-DCMAKE
_BUILD_TYPE
=
Debug
-DCMAKE
_CXX_COMPILER
=
%CXX_COMPILER%
-DMPI
_CXX_COMPILER
=
%CXX_COMPILER%
-DMPI
_C_COMPILER
=
%C_COMPILER%
-DCMAKE
_C_COMPILER
=
%C_COMPILER%
-DCMAKE
_Fortran_COMPILER
=
%FORTRAN_COMPILER%
-DBOOST
_ROOT
=
%BOOST_ROOT%
-DBOOST
_LIBRARYDIR
=
%BOOST_LIBRARYDIR%
-DBOOST
_INCLUDEDIR
=
%BOOST_INCLUDEDIR%
-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
%
.
title
Building
the
'lib4neuro'
project
for
Debug
[
building
]
...
...
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