Commit ec081ab9 authored by ramonamela's avatar ramonamela
Browse files

Correct maven repo url and compss git repo

No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
......@@ -78,7 +78,7 @@
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>http://repo1.maven.apache.org/maven2</url>
<url>https://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://repo1.maven.apache.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>
......
......@@ -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 && \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment