diff --git a/ups/eupspkg.cfg.sh b/ups/eupspkg.cfg.sh index 5863cdc88c1..60c2468f705 100644 --- a/ups/eupspkg.cfg.sh +++ b/ups/eupspkg.cfg.sh @@ -1,1887 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - xrootd/eupspkg.cfg.sh at lsst-dev · lsst/xrootd · GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Skip to content - - - - - - - - - - - -
- -
-
- - -
-
-
- -
-
- - - - - -

- - /xrootd - - - forked from xrootd/xrootd - -

- -
- -
- -
-
- - - -Permalink - - - -
- -
- - - -
- -
- - Find file - - -
- -
- - -
- Fetching contributors… -
- -
- - Cannot retrieve contributors at this time -
-
-
-
-
- -
- Raw - Blame - History -
- - - - -
- -
- 38 lines (29 sloc) - - 719 Bytes -
-
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# EupsPkg config file. Sourced by 'eupspkg'
-
# Breaks on Darwin w/o this
export LANG=C
-
PKGDIR=$PWD
BUILDDIR=$PWD/../xrootd-build
-
config()
{
rm -rf ${BUILDDIR}
mkdir ${BUILDDIR}
cd ${BUILDDIR}
cmake ${PKGDIR} -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=${PREFIX} -DENABLE_PERL=FALSE
}
-
build()
{
cd ${BUILDDIR}
default_build
}
-
install()
{
cd ${BUILDDIR}
make -j$NJOBS install
-
ARCH=`arch`
case "${ARCH}" in
x86_64) mkdir -p ${PREFIX}/lib && cd ${PREFIX}/lib && ln -s ../lib64/* . ;;
*) echo "Default behaviour for managing lib(64)/ directory" ;;
esac
-
-
cd ${PKGDIR}
install_ups
}
- -
- -
- - - - -
- -
- - -
-
- -
- - - - - - - -
- - - You can't perform that action at this time. -
- - - - - - - - - - - -
- - You signed in with another tab or window. Reload to refresh your session. - You signed out in another tab or window. Reload to refresh your session. -
- - - - - +# EupsPkg config file. Sourced by 'eupspkg' + +# Breaks on Darwin w/o this +export LANG=C + +PKGDIR=$PWD +BUILDDIR=$PWD/../xrootd-build + +config() +{ + rm -rf ${BUILDDIR} + mkdir ${BUILDDIR} + cd ${BUILDDIR} + cmake ${PKGDIR} -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=${PREFIX} -DENABLE_PERL=FALSE +} + +build() +{ + cd ${BUILDDIR} + default_build +} + +install() +{ + cd ${BUILDDIR} + make -j$NJOBS install + + ARCH=`arch` + case "${ARCH}" in + x86_64) mkdir -p ${PREFIX}/lib && cd ${PREFIX}/lib && ln -s ../lib64/* . ;; + *) echo "Default behaviour for managing lib(64)/ directory" ;; + esac + + + cd ${PKGDIR} + install_ups +} diff --git a/ups/xrootd.table b/ups/xrootd.table index aec7bede8da..33d963aab77 100644 --- a/ups/xrootd.table +++ b/ups/xrootd.table @@ -1,1751 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - xrootd/xrootd.table at lsst-dev · lsst/xrootd · GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Skip to content - - - - - - - - - - - -
- -
-
- - -
-
-
- -
-
- - - - - -

- - /xrootd - - - forked from xrootd/xrootd - -

- -
- -
- -
-
- - - -Permalink - - - -
- -
- - - -
- -
- - Find file - - -
- -
- - -
- Fetching contributors… -
- -
- - Cannot retrieve contributors at this time -
-
-
-
-
- -
- Raw - Blame - History -
- - - - -
- -
- 6 lines (5 sloc) - - 231 Bytes -
-
- - - -
- - - - - - - - - - - - - - - - - - - - - -
envPrepend(PATH, ${PRODUCT_DIR}/bin)
envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(LSST_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(MANPATH, ${PRODUCT_DIR}/share/man)
- -
- -
- - - - -
- -
- - -
-
- -
- - - - - - - -
- - - You can't perform that action at this time. -
- - - - - - - - - - - -
- - You signed in with another tab or window. Reload to refresh your session. - You signed out in another tab or window. Reload to refresh your session. -
- - - - - +envPrepend(PATH, ${PRODUCT_DIR}/bin) +envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib) +envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib) +envPrepend(LSST_LIBRARY_PATH, ${PRODUCT_DIR}/lib) +envPrepend(MANPATH, ${PRODUCT_DIR}/share/man)