Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
e2bc4d46
Commit
e2bc4d46
authored
6 years ago
by
Christoph Junghans
Browse files
Options
Downloads
Patches
Plain Diff
cmake: update latte to v1.1.1
parent
8e3ba36a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/CMakeLists.txt
+2
-2
2 additions, 2 deletions
cmake/CMakeLists.txt
with
2 additions
and
2 deletions
cmake/CMakeLists.txt
+
2
−
2
View file @
e2bc4d46
...
@@ -240,8 +240,8 @@ if(ENABLE_LATTE)
...
@@ -240,8 +240,8 @@ if(ENABLE_LATTE)
message
(
STATUS
"LATTE not found - we will build our own"
)
message
(
STATUS
"LATTE not found - we will build our own"
)
include
(
ExternalProject
)
include
(
ExternalProject
)
ExternalProject_Add
(
latte_build
ExternalProject_Add
(
latte_build
URL https://github.com/lanl/LATTE/archive/v1.
0
.1.tar.gz
URL https://github.com/lanl/LATTE/archive/v1.
1
.1.tar.gz
URL_MD5
5137e28cb1a64444bd571c98c98a6eee
URL_MD5
cb86f1d2473ce00aa61ff6a023154b03
SOURCE_SUBDIR cmake
SOURCE_SUBDIR cmake
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_POSITION_INDEPENDENT_CODE=
${
CMAKE_POSITION_INDEPENDENT_CODE
}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_POSITION_INDEPENDENT_CODE=
${
CMAKE_POSITION_INDEPENDENT_CODE
}
)
)
...
...
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