Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
modules-linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Common
modules-linux
Commits
4edff126
Commit
4edff126
authored
Sep 13, 2018
by
Gonzalo Bayo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added symbolic links to installed folder on installers
parent
9288e82f
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
22 additions
and
15 deletions
+22
-15
installers/CMake-3.3.1.sh
installers/CMake-3.3.1.sh
+1
-1
installers/CMake-3.4.3.sh
installers/CMake-3.4.3.sh
+1
-1
installers/Eigen-3.1.2.sh
installers/Eigen-3.1.2.sh
+1
-1
installers/OpenMesh-6.3.sh
installers/OpenMesh-6.3.sh
+1
-0
installers/OpenSceneGraph-3.4.0-Qt-5.5.sh
installers/OpenSceneGraph-3.4.0-Qt-5.5.sh
+1
-1
installers/OpenSceneGraph-3.4.0.sh
installers/OpenSceneGraph-3.4.0.sh
+1
-1
installers/Qt-5.10.0.sh
installers/Qt-5.10.0.sh
+1
-1
installers/Qt-5.5.sh
installers/Qt-5.5.sh
+1
-1
installers/Qt-5.8.0.sh
installers/Qt-5.8.0.sh
+1
-1
installers/Qt-5.9.sh
installers/Qt-5.9.sh
+1
-1
installers/VirtualGL.sh
installers/VirtualGL.sh
+1
-1
installers/bash-4.2.53.sh
installers/bash-4.2.53.sh
+1
-0
installers/bash-4.2.sh
installers/bash-4.2.sh
+1
-0
installers/coindesigner.sh
installers/coindesigner.sh
+1
-1
installers/emacs-24.5.sh
installers/emacs-24.5.sh
+1
-1
installers/ispc-1.9.1.sh
installers/ispc-1.9.1.sh
+1
-1
installers/libQGLViewer.sh
installers/libQGLViewer.sh
+2
-2
installers/mysql-connector-cpp-1.1.9.sh
installers/mysql-connector-cpp-1.1.9.sh
+1
-0
installers/nett.sh
installers/nett.sh
+1
-0
installers/ninja-1.7.1.sh
installers/ninja-1.7.1.sh
+1
-0
installers/protobuf-3.1.0.sh
installers/protobuf-3.1.0.sh
+1
-0
No files found.
installers/CMake-3.3.1.sh
View file @
4edff126
...
...
@@ -8,6 +8,6 @@ mkdir -p Release
cd
Release
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
$HOME
/opt/cmake-3.3.1
make
install
ln
-s
~/opt/modules/modules/cmake-3.3.1 ~/opt/modules/installed/cmake-3.3.1
echo
"module load cmake-3.3.1"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/CMake-3.4.3.sh
View file @
4edff126
...
...
@@ -8,6 +8,6 @@ mkdir -p Release
cd
Release
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
$HOME
/opt/cmake-3.4.3
make
install
$1
ln
-s
~/opt/modules/modules/cmake-3.4.3 ~/opt/modules/installed/cmake-3.4.3
echo
"module load cmake-3.4.3"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/Eigen-3.1.2.sh
View file @
4edff126
...
...
@@ -6,6 +6,6 @@ git checkout 3.1.2
mkdir
-p
Release
&&
cd
Release
cmake ..
-DCMAKE_INSTALL_PREFIX
=
~/opt/eigen-3.1.2
-DCMAKE_BUILD_TYPE
=
Release
make
install
ln
-s
~/opt/modules/modules/eigen-3.1.2 ~/opt/modules/installed/eigen-3.1.2
echo
"module load eigen-3.1.2"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/OpenMesh-6.3.sh
View file @
4edff126
...
...
@@ -8,3 +8,4 @@ git apply $HOME/opt/modules/installers/OpenMesh-6.3.patch
mkdir
Release
&&
cd
Release
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
$HOME
/opt/OpenMesh-
$VER
make
-j
install
ln
-s
~/opt/modules/modules/OpenMesh-
$VER
~/opt/modules/installed/OpenMesh-
$VER
installers/OpenSceneGraph-3.4.0-Qt-5.5.sh
View file @
4edff126
...
...
@@ -3,6 +3,6 @@ cd $HOME/opt
wget http://gmrv.es/~ptoharia/OpenSceneGraph-3.4.0-Qt5.5.tgz
tar
zxvf OpenSceneGraph-3.4.0-Qt5.5.tgz
rm
OpenSceneGraph-3.4.0-Qt5.5.tgz
ln
-s
~/opt/modules/modules/OpenSceneGraph-3.4.0-Qt5.5 ~/opt/modules/installed/OpenSceneGraph-3.4.0-Qt5.5
echo
"module load OpenSceneGraph-3.4.0-Qt5.5"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/OpenSceneGraph-3.4.0.sh
View file @
4edff126
...
...
@@ -8,6 +8,6 @@ make install
#Fix for CMake scripts to work
cd
$HOME
/opt/OpenSceneGraph-3.4.0
ln
-s
lib64 lib
ln
-s
~/opt/modules/modules/OpenSceneGraph-3.4.0 ~/opt/modules/installed/OpenSceneGraph-3.4.0
echo
"module load OpenSceneGraph-3.4.0"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/Qt-5.10.0.sh
View file @
4edff126
...
...
@@ -7,4 +7,4 @@ wget http://gmrv.es/~ptoharia/qt/Qt-5.10.0.tgz
tar
zxvf Qt-5.10.0.tgz
rm
Qt-5.10.0.tgz
ln
-s
~/opt/modules/modules/Qt-5.10.0 ~/opt/modules/installed/Qt-5.10.0
echo
"
Please add
\"
module load Qt-5.10.0
\"
to your .bashrc to load it by default"
echo
"
module load Qt-5.10.0"
>>
$HOME
/.bashrc
installers/Qt-5.5.sh
View file @
4edff126
...
...
@@ -3,6 +3,6 @@ cd $HOME/opt
wget http://gmrv.es/~ptoharia/qt/Qt-5.5.tgz
tar
zxvf Qt-5.5.tgz
rm
Qt-5.5.tgz
ln
-s
~/opt/modules/modules/Qt-5.5 ~/opt/modules/installed/Qt-5.5
echo
"module load Qt-5.5"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/Qt-5.8.0.sh
View file @
4edff126
...
...
@@ -6,5 +6,5 @@ cd /home/opt
wget http://gmrv.es/~ptoharia/qt/Qt-5.8.0.tgz
tar
zxvf Qt-5.8.0.tgz
rm
Qt-5.8.0.tgz
ln
-s
~/opt/modules/modules/Qt-5.8.0 ~/opt/modules/installed/Qt-5.8.0
echo
"Please add
\"
module load Qt-5.8.0
\"
to your .bashrc to load it by default"
installers/Qt-5.9.sh
View file @
4edff126
...
...
@@ -6,5 +6,5 @@ cd /home/opt
wget http://gmrv.es/~ptoharia/qt/Qt-5.9.tgz
tar
zxvf Qt-5.9.tgz
rm
Qt-5.9.tgz
ln
-s
~/opt/modules/modules/Qt-5.9 ~/opt/modules/installed/Qt-5.9
echo
"Please add
\"
module load Qt-5.9
\"
to your .bashrc to load it by default"
installers/VirtualGL.sh
View file @
4edff126
...
...
@@ -6,6 +6,6 @@ tar zxvf VirtualGL-2.4.1.tar.gz
mkdir
-p
VirtualGL-2.4.1/Release
&&
cd
VirtualGL-2.4.1/Release
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
~/opt/VirtualGL-2.4.1
-DTJPEG_INCLUDE_DIR
=
/usr/include/
-DTJPEG_LIBRARY
=
/usr/lib/x86_64-linux-gnu/libturbojpeg.so.0
make
-j4
install
ln
-s
~/opt/modules/modules/VirtualGL-2.4.1 ~/opt/modules/installed/VirtualGL-2.4.1
echo
"module load VirtualGL-2.4.1"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/bash-4.2.53.sh
View file @
4edff126
...
...
@@ -15,3 +15,4 @@ export PREFIX=$HOME/opt/bash-${BASH_VERSION}
NUM_PROC
=
`
grep
processor /proc/cpuinfo |
wc
-l
`
NUM_JOBS
=
`
echo
$NUM_PROC
- 1 | bc
`
make
-j
$NUM_JOBS
install
ln
-s
~/opt/modules/modules/bash-
${
BASH_VERSION
}
~/opt/modules/installed/bash-
${
BASH_VERSION
}
installers/bash-4.2.sh
View file @
4edff126
...
...
@@ -15,3 +15,4 @@ export PREFIX=$HOME/opt/bash-${BASH_VERSION}
NUM_PROC
=
`
grep
processor /proc/cpuinfo |
wc
-l
`
NUM_JOBS
=
`
echo
$NUM_PROC
- 1 | bc
`
make
-j
$NUM_JOBS
install
ln
-s
~/opt/modules/modules/bash-
${
BASH_VERSION
}
~/opt/modules/installed/bash-
${
BASH_VERSION
}
installers/coindesigner.sh
View file @
4edff126
...
...
@@ -20,5 +20,5 @@ make install
sed
-e
"s/VERSION/
$d
/g"
$HOME
/opt/modules/.coindesigner
\
>
$HOME
/opt/modules/coindesigner-
$d
ln
-s
~/opt/modules/modules/coindesigner-
$d
~/opt/modules/installed/coindesigner-
$d
echo
"module load coindesigner-
$d
"
>>
$HOME
/.bashrc
installers/emacs-24.5.sh
View file @
4edff126
...
...
@@ -15,6 +15,6 @@ tar zxvf emacs-24.5.tar.gz
cd
emacs-24.5
./configure
--prefix
=
$HOME
/opt/emacs-24.5
make
install
-j4
ln
-s
~/opt/modules/modules/emacs-24.5 ~/opt/modules/installed/emacs-24.5
echo
"module load emacs-24.5"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/ispc-1.9.1.sh
View file @
4edff126
...
...
@@ -16,6 +16,6 @@ tar zxvf ispc-v1.9.1-linux.tar.gz
# # Install only the executable
# mkdir $HOME/opt/ispc-${VERSION}
# cp ispc $HOME/opt/ispc-${VERSION}
ln
-s
~/opt/modules/modules/ispc-
${
VERSION
}
~/opt/modules/installed/ispc-
${
VERSION
}
echo
"module load ispc-"
${
VERSION
}
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
installers/libQGLViewer.sh
View file @
4edff126
...
...
@@ -7,6 +7,6 @@ cd libQGLViewer-2.6.3
qmake
make
-j4
INSTALL_ROOT
=
~/opt/libQGLViewer-2.6.3 make
install
ln
-s
~/opt/modules/modules/libQGLViewer-2.6.3 ~/opt/modules/installed/libQGLViewer-2.6.3
echo
"module load libQGLViewer-2.6.3"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
\ No newline at end of file
source
$HOME
/.bashrc
installers/mysql-connector-cpp-1.1.9.sh
View file @
4edff126
...
...
@@ -7,3 +7,4 @@ git checkout $VER
mkdir
Release
&&
cd
Release
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
$HOME
/opt/mysql-connector-cpp-
$VER
make
-j
install
ln
-s
~/opt/modules/modules/mysql-connector-cpp-
$VER
~/opt/modules/installed/mysql-connector-cpp-
$VER
installers/nett.sh
View file @
4edff126
...
...
@@ -5,3 +5,4 @@ cd nett
mkdir
Release
&&
cd
Release
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
$HOME
/opt/nett
make
-j
install
ln
-s
~/opt/modules/modules/nett ~/opt/modules/installed/nett
installers/ninja-1.7.1.sh
View file @
4edff126
...
...
@@ -8,4 +8,5 @@ git checkout v${NINJA_VERSION}
mkdir
-p
$HOME
/opt/ninja-
${
NINJA_VERSION
}
cp
ninja
$HOME
/opt/ninja-
${
NINJA_VERSION
}
echo
"module load ninja-
${
NINJA_VERSION
}
"
>>
$HOME
/.bashrc
ln
-s
~/opt/modules/modules/ninja-
${
NINJA_VERSION
}
~/opt/modules/installed/ninja-
${
NINJA_VERSION
}
source
$HOME
/.bashrc
installers/protobuf-3.1.0.sh
View file @
4edff126
...
...
@@ -9,5 +9,6 @@ cmake ../cmake/ -DCMAKE_BUILD_TYPE=Release -Dprotobuf_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX
=
~/opt/protobuf-3.1.0
\
-DCMAKE_CXX_FLAGS
=
"-fPIC"
make
install
-j4
ln
-s
~/opt/modules/modules/protobuf-3.1.0 ~/opt/modules/installed/protobuf-3.1.0
echo
"module load protobuf-3.1.0"
>>
$HOME
/.bashrc
source
$HOME
/.bashrc
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