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
a45630e8
Commit
a45630e8
authored
3 years ago
by
Adrien Crovato
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/boman' into adrien
parents
7d7ed1e2
b8f57377
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!66
v2.2.0 - Adjoint flow and cleaning of tbox
Pipeline
#3871
passed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
scripts/devenv-vs2015.bat
+0
-10
0 additions, 10 deletions
scripts/devenv-vs2015.bat
with
2 additions
and
12 deletions
CMakeLists.txt
+
2
−
2
View file @
a45630e8
...
...
@@ -109,8 +109,8 @@ ELSE()
SET
(
PYTHONLIBS_VERSION_STRING
${
Python3_VERSION
}
)
ENDIF
()
MESSAGE
(
STATUS
"PYTHON_EXECUTABLE:FILEPATH=
${
PYTHON_EXECUTABLE
}
"
)
MESSAGE
(
STATUS
"PYTHON_LIBRAR
Y
:FILEPATH=
${
PYTHON_LIBRAR
Y
}
"
)
MESSAGE
(
STATUS
"PYTHON_INCLUDE_
DIR
:FILEPATH=
${
PYTHON_INCLUDE_
DIR
}
"
)
MESSAGE
(
STATUS
"PYTHON_LIBRAR
IES
:FILEPATH=
${
PYTHON_LIBRAR
IES
}
"
)
MESSAGE
(
STATUS
"PYTHON_INCLUDE_
PATH
:FILEPATH=
${
PYTHON_INCLUDE_
PATH
}
"
)
MESSAGE
(
STATUS
"PYTHON_FRAMEWORK_INCLUDES=
${
PYTHON_FRAMEWORK_INCLUDES
}
"
)
MESSAGE
(
STATUS
"PYTHONLIBS_VERSION_STRING=
${
PYTHONLIBS_VERSION_STRING
}
"
)
MESSAGE
(
STATUS
"Python_FRAMEWORKS=
${
Python_FRAMEWORKS
}
"
)
...
...
This diff is collapsed.
Click to expand it.
scripts/devenv-vs2015.bat
deleted
100644 → 0
+
0
−
10
View file @
7d7ed1e2
@echo
off
:: command line for MSVC build (Visual Studio 2015)
set
PATH
=
%PATH%
;
%MYLOCAL%
\swigwin
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
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.
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