File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,20 @@ sudo mkdir -p /etc/xrootd/client.plugins.d/
7777sudo cp release_dir/etc/xrootd/client.plugins.d/{curl,pelican}-plugin.conf /etc/xrootd/client.plugins.d/
7878popd
7979
80- git clone --recurse-submodules --branch v0.6.0 https://github.com/PelicanPlatform/xrootd-s3-http.git
80+ git clone https://github.com/PelicanPlatform/xrdhttp-pelican.git
81+ pushd xrdhttp-pelican
82+ git checkout v0.0.9
83+ mkdir build
84+ cd build
85+ cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=" $PWD /release_dir"
86+ ninja install
87+ xrootd_libdir=$( grealpath " $( dirname " $( grealpath " $( which xrootd) " ) " ) " /../lib/)
88+ echo " Will install xrdhttp-pelican into: $xrootd_libdir "
89+ sudo mkdir -p " $xrootd_libdir "
90+ sudo ln -s " $PWD /release_dir/lib/libXrdHttpPelican-5.so" " $xrootd_libdir "
91+ popd
92+
93+ git clone --recurse-submodules --branch v0.6.1 https://github.com/PelicanPlatform/xrootd-s3-http.git
8194pushd xrootd-s3-http
8295mkdir build
8396cd build
You can’t perform that action at this time.
0 commit comments