Skip to content

Commit

Permalink
More dependencies to build from CVMFS
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhristov authored and ktf committed May 29, 2024
1 parent e8ad4a0 commit f5714f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jalien-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cmake --build . -- ${JOBS:+-j $JOBS} install

# Modulefile
mkdir -p etc/modulefiles
alibuild-generate-module --lib > "etc/modulefiles/$PKGNAME"
alibuild-generate-module --lib --cmake > "etc/modulefiles/$PKGNAME"
cat >> "etc/modulefiles/$PKGNAME" <<EoF
# Our environment
append-path ROOT_PLUGIN_PATH \$PKG_ROOT/etc/plugins
Expand Down
2 changes: 1 addition & 1 deletion xrootd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ MODULEDIR="$INSTALLROOT/etc/modulefiles"
MODULEFILE="$MODULEDIR/$PKGNAME"
mkdir -p "$MODULEDIR"

alibuild-generate-module --bin --lib > "$MODULEFILE"
alibuild-generate-module --bin --lib --cmake > "$MODULEFILE"

cat >> "$MODULEFILE" <<EoF
if { $XROOTD_PYTHON } {
Expand Down

0 comments on commit f5714f7

Please sign in to comment.