Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Computational Genomics
guidance
Commits
ec081ab9
Commit
ec081ab9
authored
5 years ago
by
ramonamela
Browse files
Options
Download
Patches
Plain Diff
Correct maven repo url and compss git repo
parent
3c41b5d0
add_docker_compose
add_shapeit_4
master
0.1.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+2
-2
pom.xml
singularity/docker/GuidanceDockerfile
+2
-1
singularity/docker/GuidanceDockerfile
with
4 additions
and
3 deletions
+4
-3
pom.xml
+
2
−
2
View file @
ec081ab9
...
...
@@ -78,7 +78,7 @@
</snapshots>
<id>
central
</id>
<name>
Central Repository
</name>
<url>
http://repo
1
.maven.apache.org/maven2
</url>
<url>
http
s
://repo.maven.apache.org/maven2
</url>
</repository>
<repository>
<id>
compss-repo
</id>
...
...
@@ -97,7 +97,7 @@
</snapshots>
<id>
central
</id>
<name>
Central Repository
</name>
<url>
http://repo
1
.maven.apache.org/maven2
</url>
<url>
http
s
://repo.maven.apache.org/maven2
</url>
</pluginRepository>
</pluginRepositories>
...
...
This diff is collapsed.
Click to expand it.
singularity/docker/GuidanceDockerfile
+
2
−
1
View file @
ec081ab9
...
...
@@ -108,7 +108,8 @@ RUN rm -rf ./framework && \
export MPI_HOME="/usr/lib/openmpi" && \
export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/openmpi/include/:${LD_LIBRARY_PATH}" && \
#export LD_LIBRARY_PATH="/usr/lib/openmpi/lib" && \
git clone --branch "guidance" https://github.com/bsc-wdc/compss.git framework && \
#git clone --branch "guidance" https://github.com/bsc-wdc/compss.git framework && \
git clone --branch "guidance" https://github.com/ramonamela/compss.git framework && \
#git clone --branch "fifo_lifo_schedulers" http://ramela@compss.bsc.es/gitlab/compss/framework.git framework && \
cd ./framework && \
./submodules_get.sh && \
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets