Commit d1426226 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 82f12031
...@@ -24,12 +24,13 @@ apt-get install -y \ ...@@ -24,12 +24,13 @@ apt-get install -y \
##echo 'dpcpp "$@"' > "${DIR_ICC}"/icc ##echo 'dpcpp "$@"' > "${DIR_ICC}"/icc
#chmod +x "${DIR_ICC}"/icc #chmod +x "${DIR_ICC}"/icc
cp -r /sextractor /build # build sextractor
cd build cp -r /build/sextractor /build/sextractor-build
cd /build/sextractor-build
sh autogen.sh sh autogen.sh
./configure --enable-icc --enable-mkl --enable-auto-flags --enable-best-link ./configure --enable-icc --enable-mkl --enable-auto-flags --enable-best-link
make -j make -j
cp /build/src/sex /sextractor/sex cp /build/sextractor-build/src/sex /build/
chown 1000:1000 /sextractor/sex chown 1000:1000 /build/sex
...@@ -6,7 +6,7 @@ services: ...@@ -6,7 +6,7 @@ services:
container_name: build-sextractor container_name: build-sextractor
user: root user: root
volumes: volumes:
- ./sextractor:/sextractor - .:/build
- ./build.sh:/build.sh - ./build.sh:/build.sh
command: > command: >
bash /build.sh bash /build.sh
\ No newline at end of file
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