Skip to content

Commit 0b27d4f

Browse files
authored
MW2: bump gsl, libxml2, zlib, clang, libxml2 (#2855)
There was a bad version of aliBuild which was used to kickstart the cc8 distribution which produced rpms. I had to bump revisions of a few packages in order to get proper builds.
1 parent f74891e commit 0b27d4f

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

clang.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ case $ARCHITECTURE in
3434
unknown*) DEFAULT_SYSROOT="" ;;
3535
*) DEFAULT_SYSROOT="" ;;
3636
esac
37-
3837
# note that BUILD_SHARED_LIBS=ON IS NEEDED FOR ADDING DYNAMIC PLUGINS
3938
# to clang-tidy (for instance)
4039
cmake $SOURCEDIR/llvm \

gsl.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ autoreconf -f -v -i
2222
make ${JOBS:+-j$JOBS}
2323
make ${JOBS:+-j$JOBS} install
2424
rm -fv $INSTALLROOT/lib/*.la
25-
2625
# Modulefile
2726
MODULEDIR="$INSTALLROOT/etc/modulefiles"
2827
MODULEFILE="$MODULEDIR/$PKGNAME"

libxml2.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ autoreconf -i
2121

2222
make ${JOBS+-j $JOBS}
2323
make install
24-
2524
# Modulefile
2625
mkdir -p etc/modulefiles
2726
cat > etc/modulefiles/$PKGNAME <<EoF

openssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ make install_sw # no not install man pages
3737
rm -rf $INSTALLROOT/lib/pkgconfig \
3838
$INSTALLROOT/lib/*.a
3939

40+
4041
# Modulefile
4142
MODULEDIR="$INSTALLROOT/etc/modulefiles"
4243
MODULEFILE="$MODULEDIR/$PKGNAME"

zlib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ case $ARCHITECTURE in
2828
esac
2929
make ${JOBS+-j $JOBS}
3030
make install
31-
3231
# Modulefile
3332
MODULEDIR="$INSTALLROOT/etc/modulefiles"
3433
MODULEFILE="$MODULEDIR/$PKGNAME"

0 commit comments

Comments
 (0)