diff --git a/docker-builder-data/build/script/packet/blas-3.6.0.files b/docker-builder-data/build/script/packet/blas-3.6.0.files deleted file mode 120000 index 927704a..0000000 --- a/docker-builder-data/build/script/packet/blas-3.6.0.files +++ /dev/null @@ -1 +0,0 @@ -blas-3.7.0.files \ No newline at end of file diff --git a/docker-builder-data/build/script/packet/blas-3.6.0.sh b/docker-builder-data/build/script/packet/blas-3.6.0.sh deleted file mode 100644 index fffb38e..0000000 --- a/docker-builder-data/build/script/packet/blas-3.6.0.sh +++ /dev/null @@ -1,22 +0,0 @@ -DEPS="" - -PK_DIRNAME="BLAS-3.6.0" -PK_ARCHIVE="blas-3.6.0.tgz" -PK_URL="http://www.netlib.org/blas/$PK_ARCHIVE" - -source $INCLUDE_SCRIPT_DIR/inc-pkallunpack-default.sh -source $INCLUDE_SCRIPT_DIR/inc-pkinstall_release-default.sh - -pkbuild() { - cd "$BUILD_PACKET_DIR/$PK_DIRNAME" - if ! make; then - return 1 - fi -} - -pkinstall() { - mkdir -p "$INSTALL_PACKET_DIR/lib" - if ! cp --remove-destination -r "$BUILD_PACKET_DIR/$PK_DIRNAME/blas_LINUX.a" "$INSTALL_PACKET_DIR/lib/libblas.a"; then - return 1 - fi -} diff --git a/docker-builder-data/build/script/packet/imagemagick-6.9.5.sh b/docker-builder-data/build/script/packet/imagemagick-6.9.5.sh deleted file mode 100644 index 289248f..0000000 --- a/docker-builder-data/build/script/packet/imagemagick-6.9.5.sh +++ /dev/null @@ -1,14 +0,0 @@ -DEPS="jpeg-9b png-1.6.26 tiff-4.0.6 xml-2.9.4 fftw-3.3.5" - -PK_DIRNAME="ImageMagick-6.9.5-10" -PK_ARCHIVE="$PK_DIRNAME.tar.xz" -PK_URL="http://www.imagemagick.org/download/releases/$PK_ARCHIVE" - -PK_CONFIGURE_OPTIONS=" \ - --with-modules \ - --without-perl \ - --without-x \ - --with-threads \ - --with-magick_plus_plus" - -source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh diff --git a/docker-builder-data/build/script/packet/imagemagick-6.9.6.sh b/docker-builder-data/build/script/packet/imagemagick-6.9.6.sh deleted file mode 100644 index a4da9de..0000000 --- a/docker-builder-data/build/script/packet/imagemagick-6.9.6.sh +++ /dev/null @@ -1,14 +0,0 @@ -DEPS="jpeg-9b png-1.6.26 tiff-4.0.6 xml-2.9.4 fftw-3.3.5" - -PK_DIRNAME="ImageMagick-6.9.6-3" -PK_ARCHIVE="$PK_DIRNAME.tar.gz" -PK_URL="http://www.imagemagick.org/download/$PK_ARCHIVE" - -PK_CONFIGURE_OPTIONS=" \ - --with-modules \ - --without-perl \ - --without-x \ - --with-threads \ - --with-magick_plus_plus" - -source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh diff --git a/docker-builder-data/build/script/packet/imagemagick-7.0.3.sh b/docker-builder-data/build/script/packet/imagemagick-7.0.3.sh deleted file mode 100644 index 895d90c..0000000 --- a/docker-builder-data/build/script/packet/imagemagick-7.0.3.sh +++ /dev/null @@ -1,14 +0,0 @@ -DEPS="jpeg-9b png-1.6.26 tiff-4.0.6 xml-2.9.4 fftw-3.3.5" - -PK_DIRNAME="ImageMagick-7.0.3-4" -PK_ARCHIVE="$PK_DIRNAME.tar.gz" -PK_URL="http://www.imagemagick.org/download/$PK_ARCHIVE" - -PK_CONFIGURE_OPTIONS=" \ - --with-modules \ - --without-perl \ - --without-x \ - --with-threads \ - --with-magick_plus_plus" - -source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh diff --git a/docker-builder-data/build/script/packet/mlt-0.9.6.sh b/docker-builder-data/build/script/packet/mlt-0.9.6.sh deleted file mode 100644 index db9eb3e..0000000 --- a/docker-builder-data/build/script/packet/mlt-0.9.6.sh +++ /dev/null @@ -1,19 +0,0 @@ -DEPS="ffmpeg-3.1.5 xml-2.9.4 fftw-3.3.5 samplerate-0.1.9 sdl-1.2.15 sox-14.4.2 glib-2.50.0" - -PK_DIRNAME="mlt-0.9.6" -PK_ARCHIVE="v0.9.6.tar.gz" -PK_URL="https://github.com/mltframework/mlt/archive/$PK_ARCHIVE" - -PK_CONFIGURE_OPTIONS=" \ - --enable-gpl \ - --disable-decklink \ - --disable-gtk2 \ - --disable-opengl \ - --disable-qt" - -if [ "$PLATFORM" = "win" ]; then - DEPS="$DEPS jack-0.125.0" -fi - -source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh - diff --git a/docker-builder-data/build/script/packet/superlu-4.1.files/make.inc b/docker-builder-data/build/script/packet/superlu-4.1.files/make.inc deleted file mode 100644 index e291a38..0000000 --- a/docker-builder-data/build/script/packet/superlu-4.1.files/make.inc +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################ -# -# Program: SuperLU -# -# Module: make.inc -# -# Purpose: Top-level Definitions -# -# Creation date: October 2, 1995 -# -# Modified: February 4, 1997 Version 1.0 -# November 15, 1997 Version 1.1 -# September 1, 1999 Version 2.0 -# -############################################################################ -# -# The machine (platform) identifier to append to the library names -# -PLAT = _linux - -# -# The name of the libraries to be created/linked to -# -SuperLUroot = $(HOME)/SuperLU_4.1 -SUPERLULIB = $(SuperLUroot)/lib/libsuperlu_4.1.a - -#BLASLIB = $(SuperLUroot)/lib/libblas.a - -## ATLAS BLAS causes single-precision to fail -BLASDEF = -DUSE_VENDOR_BLAS -BLASLIB = $(LDFLAGS) -lblas - -## This BLAS causes single-precision to fail the test in SuperLU -#BLASDEF = -DUSE_VENDOR_BLAS -#BLASLIB = -L/usr/lib -lblas - -TMGLIB = libtmglib.a -LIBS = $(SUPERLULIB) $(BLASLIB) - -# -# The archiver and the flag(s) to use when building archive (library) -# If your system has no ranlib, set RANLIB = echo. -# -ARCH = ar -ARCHFLAGS = cr -RANLIB = ranlib - -CC = gcc -CFLAGS = -O3 -fPIC -NOOPTS = -fPIC -FORTRAN = g77 -FFLAGS = -O2 -fPIC -LOADER = $(CC) -LOADOPTS = - -# -# C preprocessor defs for compilation for the Fortran interface -# (-DNoChange, -DAdd_, -DAdd__, or -DUpCase) -# -CDEFS = -DAdd_ -# -# The directory in which Matlab is installed -# -MATLAB = /usr/sww/matlab - diff --git a/docker-builder-data/build/script/packet/superlu-4.1.files/mc64ad.c b/docker-builder-data/build/script/packet/superlu-4.1.files/mc64ad.c deleted file mode 100644 index b24ad13..0000000 --- a/docker-builder-data/build/script/packet/superlu-4.1.files/mc64ad.c +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include - -void mc64id_(int *a) -{ - fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n"); - abort(); -} - -void mc64ad_(int *a, int *b, int *c, int d[], int e[], double f[], - int *g, int h[], int *i, int j[], int *k, double l[], - int m[], int n[]) -{ - fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n"); - abort(); -} diff --git a/docker-builder-data/build/script/packet/superlu-4.1.sh b/docker-builder-data/build/script/packet/superlu-4.1.sh deleted file mode 100644 index f5530dc..0000000 --- a/docker-builder-data/build/script/packet/superlu-4.1.sh +++ /dev/null @@ -1,27 +0,0 @@ -DEPS="blas-3.6.0" - -PK_DIRNAME="SuperLU_4.1" -PK_ARCHIVE="superlu_4.1.tar.gz" -PK_URL="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/$PK_ARCHIVE" - -source $INCLUDE_SCRIPT_DIR/inc-pkallunpack-default.sh -source $INCLUDE_SCRIPT_DIR/inc-pkinstall_release-default.sh - -pkbuild() { - cd "$BUILD_PACKET_DIR/$PK_DIRNAME" - - if ! (cp --remove-destination "$FILES_PACKET_DIR/mc64ad.c" "$BUILD_PACKET_DIR/$PK_DIRNAME/SRC/" \ - && cp --remove-destination "$FILES_PACKET_DIR/make.inc" "$BUILD_PACKET_DIR/$PK_DIRNAME/"); then - return 1 - fi - - if ( ! HOME=$BUILD_PACKET_DIR make); then - return 1 - fi -} - -pkinstall() { - cp --remove-destination -r "$BUILD_PACKET_DIR/$PK_DIRNAME/lib" "$INSTALL_PACKET_DIR" || return 1 - mkdir -p "$INSTALL_PACKET_DIR/include/superlu-4.1" - cp --remove-destination $BUILD_PACKET_DIR/$PK_DIRNAME/SRC/*.h "$INSTALL_PACKET_DIR/include/superlu-4.1" || return 1 -} diff --git a/docker-builder-data/build/script/packet/superlu-4.3.files/make.inc b/docker-builder-data/build/script/packet/superlu-4.3.files/make.inc deleted file mode 100644 index 91f048f..0000000 --- a/docker-builder-data/build/script/packet/superlu-4.3.files/make.inc +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################ -# -# Program: SuperLU -# -# Module: make.inc -# -# Purpose: Top-level Definitions -# -# Creation date: October 2, 1995 -# -# Modified: February 4, 1997 Version 1.0 -# November 15, 1997 Version 1.1 -# September 1, 1999 Version 2.0 -# -############################################################################ -# -# The machine (platform) identifier to append to the library names -# -PLAT = _linux - -# -# The name of the libraries to be created/linked to -# -SuperLUroot = $(HOME)/SuperLU_4.3 -SUPERLULIB = $(SuperLUroot)/lib/libsuperlu_4.3.a - -#BLASLIB = $(SuperLUroot)/lib/libblas.a - -## ATLAS BLAS causes single-precision to fail -BLASDEF = -DUSE_VENDOR_BLAS -BLASLIB = $(LDFLAGS) -lblas - -## This BLAS causes single-precision to fail the test in SuperLU -#BLASDEF = -DUSE_VENDOR_BLAS -#BLASLIB = -L/usr/lib -lblas - -TMGLIB = libtmglib.a -LIBS = $(SUPERLULIB) $(BLASLIB) - -# -# The archiver and the flag(s) to use when building archive (library) -# If your system has no ranlib, set RANLIB = echo. -# -ARCH = ar -ARCHFLAGS = cr -RANLIB = ranlib - -CC = gcc -CFLAGS = -O3 -fPIC -NOOPTS = -fPIC -FORTRAN = g77 -FFLAGS = -O2 -fPIC -LOADER = $(CC) -LOADOPTS = - -# -# C preprocessor defs for compilation for the Fortran interface -# (-DNoChange, -DAdd_, -DAdd__, or -DUpCase) -# -CDEFS = -DAdd_ -# -# The directory in which Matlab is installed -# -MATLAB = /usr/sww/matlab - diff --git a/docker-builder-data/build/script/packet/superlu-4.3.files/mc64ad.c b/docker-builder-data/build/script/packet/superlu-4.3.files/mc64ad.c deleted file mode 100644 index b24ad13..0000000 --- a/docker-builder-data/build/script/packet/superlu-4.3.files/mc64ad.c +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include - -void mc64id_(int *a) -{ - fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n"); - abort(); -} - -void mc64ad_(int *a, int *b, int *c, int d[], int e[], double f[], - int *g, int h[], int *i, int j[], int *k, double l[], - int m[], int n[]) -{ - fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n"); - abort(); -} diff --git a/docker-builder-data/build/script/packet/superlu-4.3.sh b/docker-builder-data/build/script/packet/superlu-4.3.sh deleted file mode 100644 index 42cff8e..0000000 --- a/docker-builder-data/build/script/packet/superlu-4.3.sh +++ /dev/null @@ -1,27 +0,0 @@ -DEPS="blas-3.6.0" - -PK_DIRNAME="SuperLU_4.3" -PK_ARCHIVE="superlu_4.3.tar.gz" -PK_URL="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/$PK_ARCHIVE" - -source $INCLUDE_SCRIPT_DIR/inc-pkallunpack-default.sh -source $INCLUDE_SCRIPT_DIR/inc-pkinstall_release-default.sh - -pkbuild() { - cd "$BUILD_PACKET_DIR/$PK_DIRNAME" - - if ! (cp --remove-destination "$FILES_PACKET_DIR/mc64ad.c" "$BUILD_PACKET_DIR/$PK_DIRNAME/SRC/" \ - && cp --remove-destination "$FILES_PACKET_DIR/make.inc" "$BUILD_PACKET_DIR/$PK_DIRNAME/"); then - return 1 - fi - - if ( ! HOME=$BUILD_PACKET_DIR make); then - return 1 - fi -} - -pkinstall() { - cp --remove-destination -r "$BUILD_PACKET_DIR/$PK_DIRNAME/lib" "$INSTALL_PACKET_DIR" || return 1 - mkdir -p "$INSTALL_PACKET_DIR/include/superlu-4.3" - cp --remove-destination $BUILD_PACKET_DIR/$PK_DIRNAME/SRC/*.h "$INSTALL_PACKET_DIR/include/superlu-4.3" || return 1 -} diff --git a/docker-builder-data/build/script/packet/xcb-1.8.1.sh b/docker-builder-data/build/script/packet/xcb-1.8.1.sh deleted file mode 100644 index a6df13b..0000000 --- a/docker-builder-data/build/script/packet/xcb-1.8.1.sh +++ /dev/null @@ -1,7 +0,0 @@ -DEPS="xcbproto-1.8" - -PK_DIRNAME="libxcb-1.8.1" -PK_ARCHIVE="$PK_DIRNAME.tar.gz" -PK_URL="https://xcb.freedesktop.org/dist/$PK_ARCHIVE" - -source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh diff --git a/docker-builder-data/build/script/packet/xcbproto-1.8.sh b/docker-builder-data/build/script/packet/xcbproto-1.8.sh deleted file mode 100644 index eb82d73..0000000 --- a/docker-builder-data/build/script/packet/xcbproto-1.8.sh +++ /dev/null @@ -1,7 +0,0 @@ -DEPS="" - -PK_DIRNAME="xcb-proto-1.8" -PK_ARCHIVE="$PK_DIRNAME.tar.gz" -PK_URL="https://xcb.freedesktop.org/dist/$PK_ARCHIVE" - -source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh