Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
please-install
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
atlas
please-install
Commits
95c7ae88
Commit
95c7ae88
authored
May 17, 2018
by
Matthieu Boileau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix fftw
parent
fcc2b128
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
fftw/install.sh
fftw/install.sh
+5
-5
No files found.
fftw/install.sh
View file @
95c7ae88
#!/bin/bash
set
-x
source
../common.sh
LIB_NAME
=
"fftw"
LIB_VERSION
=
3.3.
6
LIB_VERSION
=
3.3.
7
GCC_VERSION
=
6.4.0
MPI_LIB
=
openmpi
MPI_VERSION
=
1.10.7
...
...
@@ -14,10 +15,9 @@ MPI_FULL=${MPI_LIB}-${MPI_VERSION}
MPI_SHORT
=
"
${
MPI_LIB
}${
MPI_VERSION
//.
}
"
SUB_DIR
=
${
LIB_NAME
}
/
${
LIB_VERSION
}
/
${
GCC_FULL
}
/
${
MPI_FULL
}
WORK_DIR
=
${
BASE_WORK_DIR
}
/
${
SUB_DIR
}
SRC_DIR
=
${
WORK_DIR
}
/
${
LIB_FULLNAME
}
-pl2
SRC_DIR
=
${
WORK_DIR
}
/
${
LIB_FULLNAME
}
ARCHIVE
=
${
SRC_DIR
}
.tar.gz
URL
=
"http://www.fftw.org/
${
LIB_FULLNAME
}
-pl2.tar.gz"
#URL="http://75.98.172.202/${LIB_FULLNAME}-pl2.tar.gz"
URL
=
"http://www.fftw.org/
${
LIB_FULLNAME
}
.tar.gz"
BUILD_DIR
=
${
WORK_DIR
}
/
${
LIB_FULLNAME
}
-build
INSTALL_DIR
=
${
BASE_INSTALL_DIR
}
/
${
SUB_DIR
}
SCRIPT_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment