Skip to content

Commit

Permalink
[ci] Build StJetFinder using installed FastJet
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Aug 5, 2021
1 parent 570001e commit a8b2e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.root5
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ ENV LIBPATH+=:/lib64:/lib

ENV MYSQL=/opt/software/linux-scientific7-x86_64/gcc-4.8.5/mysql-5.7.27-pfyt3fwtkubcc5eazmoqfick3lgp67mf
ENV LIBXML2_DIR=/opt/software/linux-scientific7-x86_64/gcc-4.8.5/libxml2-2.9.10-4lxsmpa57bm3xs2cs3xapk3qccxflkfl
ENV FASTJET_DIR=/opt/software/linux-scientific7-x86_64/gcc-4.8.5/fastjet-3.3.3-xj22tput5pd5atejy4igsrtgdtygi74u

# Dummy directories checked by cons
RUN mkdir $OPTSTAR/lib && mkdir $OPTSTAR/include
Expand Down Expand Up @@ -124,7 +125,6 @@ RUN source /etc/profile \
&& cons %pams/sim/g2r %OnlTools \
%StRoot/StarGenerator/Kinematics \
%StRoot/StEEmcPool %StRoot/StFgtPool %StRoot/StHighptPool \
%StRoot/StJetFinder \
%StRoot/StShadowMaker %StRoot/StHbtMaker \
&& find /star-sw/.$STAR_HOST_SYS -name *.o -exec rm '{}' \;

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.root6
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ ENV LIBPATH+=:/lib64:/lib
ENV MYSQL=/opt/software/linux-scientific7-x86_64/gcc-4.8.5/mysql-5.7.27-pfyt3fwtkubcc5eazmoqfick3lgp67mf
ENV LIBXML2_DIR=/opt/software/linux-scientific7-x86_64/gcc-4.8.5/libxml2-2.9.10-4lxsmpa57bm3xs2cs3xapk3qccxflkfl
ENV Vc_DIR=/opt/software/linux-scientific7-x86_64/gcc-4.8.5/vc-1.4.1-xdb5jhivtn2rejvvfs2whrf4nx4lxwbi
ENV FASTJET_DIR=/opt/software/linux-scientific7-x86_64/gcc-4.8.5/fastjet-3.3.3-xj22tput5pd5atejy4igsrtgdtygi74u

# Dummy directories checked by cons
RUN mkdir $OPTSTAR/lib && mkdir $OPTSTAR/include
Expand Down Expand Up @@ -127,7 +128,6 @@ RUN source /etc/profile \
&& cons %pams/sim/g2r %OnlTools \
%StRoot/StarGenerator/Kinematics \
%StRoot/StEEmcPool %StRoot/StFgtPool %StRoot/StHighptPool \
%StRoot/StJetFinder \
%StRoot/StShadowMaker %StRoot/StHbtMaker \
&& find /star-sw/.$STAR_HOST_SYS -name *.o -exec rm '{}' \;

Expand Down

0 comments on commit a8b2e90

Please sign in to comment.