Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
waves
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Aerospace and Mechanical Engineering
waves
Commits
ce0000b9
Commit
ce0000b9
authored
5 years ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
update env for visual studio
parent
bee73258
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!50
Feature eigen
Pipeline
#537
passed
5 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/devenv-vs2015.bat
+3
-17
3 additions, 17 deletions
scripts/devenv-vs2015.bat
scripts/devenv-vs2017.bat
+10
-0
10 additions, 0 deletions
scripts/devenv-vs2017.bat
with
13 additions
and
17 deletions
scripts/devenv-vs2015.bat
+
3
−
17
View file @
ce0000b9
@echo
off
:: Ligne de commande qui va bien pour compiler mes brols
::
:: Utilisation:
:: - installer les libs (dans c:\local p. expl.)
:: - definir la variable d'env MYLOCAL (=c:\local p. expl. )
:: - double cliquer sur myenv.bat
:: - cd ..\wavesB
:: - cmake -G "Visual Studio 14 2015 Win64" -DWAVES_USE_TLNOS=OFF ..\waves
:: ou (tbox seul):
:: - cmake -G "Visual Studio 14 2015 Win64" -DWAVES_USE_TLNOS=OFF -DWAVES_USE_WAVES=OFF -DWAVES_USE_HEAT=OFF -DWAVES_USE_MIRRORS=OFF ..\waves
:: - cmake --build . --config Release -- -j6
:: - ctest -C Release
:: Incredibuild (http://www.incredibuild.com/webhelp/#BuildConsole.html)
:: - BuildConsole Waves.sln /rebuild /cfg="Release|x64"
:: command line for MSVC build (Visual Studio 2015)
set
PATH
=
%PATH%
;
%MYLOCAL%
\swigwin
-
3
.0.12
set
INCLUDE
=
%MYLOCAL%
\include
;
%MYLOCAL%
\MUMPS\include
;
%MYLOCAL%
\eigen
-
3
.3.2
set
PATH
=
%PATH%
;
%MYLOCAL%
\swigwin
set
INCLUDE
=
%MYLOCAL%
\include
;
%MYLOCAL%
\MUMPS\include
;
%MYLOCAL%
\eigen
set
LIB
=
%MYLOCAL%
\MUMPS\lib
:: ok (MKL + VS en ligne de commande)
call
"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\mkl\bin\mklvars.bat"
intel64
vs2015
call
"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\tbb\bin\tbbvars.bat"
intel64
vs2015
%comspec%
/K
""
C
:\Program
Files
(
x86
)
\Microsoft
Visual
Studio
14
.0\VC\vcvarsall.bat
" amd64"
This diff is collapsed.
Click to expand it.
scripts/devenv-vs2017.bat
0 → 100644
+
10
−
0
View file @
ce0000b9
@echo
off
:: command line for MSVC build (Visual Studio 2017)
set
PATH
=
%PATH%
;
%MYLOCAL%
\swig
set
INCLUDE
=
%MYLOCAL%
\include
;
%MYLOCAL%
\MUMPS\include
;
%MYLOCAL%
\eigen
set
LIB
=
%MYLOCAL%
\MUMPS\lib
call
"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\mkl\bin\mklvars.bat"
intel64
vs2017
call
"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\tbb\bin\tbbvars.bat"
intel64
vs2017
%comspec%
/K
""
C
:\Program
Files
(
x86
)
\Microsoft
Visual
Studio
\2017\Community\VC\Auxiliary\Build\vcvars64.bat
" amd64"
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