Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
2dbd9dde
Commit
2dbd9dde
authored
4 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Changing packing folder
parent
f7ab82da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2754
passed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+12
-12
12 additions, 12 deletions
CMakeLists.txt
with
12 additions
and
12 deletions
CMakeLists.txt
+
12
−
12
View file @
2dbd9dde
...
...
@@ -275,51 +275,51 @@ if (CPACK_RUN_INSTALL_DEPENDENCIES)
set
(
CPACK_PACKAGE_HOMEPAGE_URL http://openfpm.mpi-cbg.de
)
set
(
CPACK_RPM_PACKAGE_AUTOREQPROV NO
)
install
(
FILES $ENV{
HOME
}/openfpm_vars
install
(
FILES $ENV{
DEP_PACKING
}/openfpm_vars
DESTINATION openfpm_vars
)
install
(
DIRECTORY $ENV{
HOME
}/BOOST
install
(
DIRECTORY $ENV{
DEP_PACKING
}/BOOST
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/EIGEN
install
(
DIRECTORY $ENV{
DEP_PACKING
}/EIGEN
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/HDF5
install
(
DIRECTORY $ENV{
DEP_PACKING
}/HDF5
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/LIBHILBERT
install
(
DIRECTORY $ENV{
DEP_PACKING
}/LIBHILBERT
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/METIS
install
(
DIRECTORY $ENV{
DEP_PACKING
}/METIS
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/MPI
install
(
DIRECTORY $ENV{
DEP_PACKING
}/MPI
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/OPENBLAS
install
(
DIRECTORY $ENV{
DEP_PACKING
}/OPENBLAS
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/PARMETIS
install
(
DIRECTORY $ENV{
DEP_PACKING
}/PARMETIS
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/PETSC
install
(
DIRECTORY $ENV{
DEP_PACKING
}/PETSC
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/SUITESPARSE
install
(
DIRECTORY $ENV{
DEP_PACKING
}/SUITESPARSE
DESTINATION dependencies/
)
install
(
DIRECTORY $ENV{
HOME
}/VCDEVEL
install
(
DIRECTORY $ENV{
DEP_PACKING
}/VCDEVEL
DESTINATION dependencies/
)
...
...
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