Skip to content
Permalink
836913c051
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
39 lines (28 sloc) 1.33 KB
BUILD_TAG=240915-e1280b2fb
BUILD_photoprism=photoprism-240915-e1280b2fb
BUILD_DIR=build
BUILD_SRC="${PWD}"
. build.local
DEVSHM=/dev/shm/${USER}/${BUILD_TAG}
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin
NPROC=$(nproc)
XDG_CACHE_HOME=${PREFIX}/cache
TMPDIR=${TMPDIR:-/tmp/${USER}/${BUILD_TAG}}
LOGDIR=${PROJECT}/log
# https://sqlite.org
# wget "https://sqlite.org/2024/sqlite-autoconf-3460100.tar.gz"
BUILD_sqlite=sqlite-3.46.1
BUILD_sqlite_SRCURL="https://beehive.molgen.mpg.de/bde7df8c2a4bce82dbf42f7e4dda0e21/sqlite-autoconf-3460100.tar.gz"
# wget "https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz"
BUILD_python=Python-3.11.9
BUILD_python_SRCURL="https://beehive.molgen.mpg.de/bfd4d3bfeac4216ce35d7a503bf02d5c/${BUILD_python}.tgz"
# wget "https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz"
BUILD_node=node-20.17.0
BUILD_node_SRCURL="https://beehive.molgen.mpg.de/7a1c39b0cdac9443319eb6d69ed855d4/${BUILD_node/-/-v}.tar.gz"
BUILD_openjpeg=openjpeg-v2.5.2-52-g362ec6c9
BUILD_openjpeg_SRCURL="https://github.com/uclouvain/openjpeg"
BUILD_libwebp=libwebp-v1.4.0-96-g78619478
BUILD_libwebp_SRCURL="https://chromium.googlesource.com/webm/libwebp"
# letzter commit vor "error: unknown type name 'VipsForeignJpegSubsample'" (deprecated)
BUILD_libvips=libvips-v8.15.2
BUILD_libvips_SRCURL="https://github.com/libvips/libvips.git"