Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
misc
build-sextractor
Commits
d1426226
Commit
d1426226
authored
Dec 11, 2023
by
BO ZHANG
🏀
Browse files
tweaks
parent
82f12031
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
d1426226
...
...
@@ -24,12 +24,13 @@ apt-get install -y \
##echo 'dpcpp "$@"' > "${DIR_ICC}"/icc
#chmod +x "${DIR_ICC}"/icc
cp
-r
/sextractor /build
cd
build
# build sextractor
cp
-r
/build/sextractor /build/sextractor-build
cd
/build/sextractor-build
sh autogen.sh
./configure
--enable-icc
--enable-mkl
--enable-auto-flags
--enable-best-link
make
-j
cp
/build/s
rc/sex /sextractor/sex
chown
1000:1000 /
sextractor
/sex
cp
/build/s
extractor-build/src/sex /build/
chown
1000:1000 /
build
/sex
docker-compose.yml
View file @
d1426226
...
...
@@ -6,7 +6,7 @@ services:
container_name
:
build-sextractor
user
:
root
volumes
:
-
.
/sextractor:/sextractor
-
.
:/build
-
./build.sh:/build.sh
command
:
>
bash /build.sh
\ No newline at end of file
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!
Cancel
Please
register
or
sign in
to comment