Skip to content

Commit 6c652e8

Browse files
committed
adding script and dep lib
1 parent b599d59 commit 6c652e8

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

container/api/clonePackages.sh

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/bin/sh
2+
3+
cp -rf /home/juser/Match* /home/juser/.julia/v0.3/
4+
cp -rf /home/juser/Compat* /home/juser/.julia/v0.3/
5+
cp -rf /home/juser/Debug* /home/juser/.julia/v0.3/
6+
cp -rf /home/juser/Dates* /home/juser/.julia/v0.3/
7+
8+
cp -rf /home/juser/MySQL* /home/juser/.julia/v0.3/
9+
cp -rf /home/juser/jd* /home/juser/.julia/v0.3/
10+
cp -rf /home/juser/DBI* /home/juser/.julia/v0.3/
11+
cp -rf /home/juser/Budget* /home/juser/.julia/v0.3/
12+
13+
## RUN rm -rf /home/juser/.julia/v0.3/JuliaWebAPI
14+
## RUN /opt/julia_0.3.11/bin/julia -e "Pkg.rm(\"JuliaWebAPI\")" ## Need to do this to get dependencies !!!
15+
/opt/julia_0.3.11/bin/julia -e "Pkg.clone(\"/home/juser/JuliaWebAPI\")" ## Need to do this to get dependencies !!!
16+
/opt/julia_0.3.11/bin/julia -e "Pkg.clone(\"/home/juser/ODBC\")" ## Need to do this to get dependencies !!!
17+
18+
### MDP bad hack to work around sticky cache !!!! :(
19+
cp -rf /home/juser/JuliaWebAPI/* /home/juser/.julia/v0.3/JuliaWebAPI/
20+
cp -rf /home/juser/ODBC* /home/juser/.julia/v0.3/
21+
22+
export LD_LIBRARY_PATH=/home/juser:/usr/lib/x86_64-linux-gnu:/usr/lib
23+
echo $LD_LIBRARY_PATH
24+
## cp /home/juser/*.so* /usr/lib/
25+
echo $?
26+
27+
echo "Cloning done !!!"

container/api/libltdl.so.7

38.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)