From 01de2c3a629ceedb00df5712b78b8a8808337e47 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 Jan 2019 09:19:14 +0100 Subject: community/dtc: bring back i686 specific patch --- community/dtc/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/dtc/PKGBUILD (limited to 'community') diff --git a/community/dtc/PKGBUILD b/community/dtc/PKGBUILD new file mode 100644 index 00000000..d97cb9a7 --- /dev/null +++ b/community/dtc/PKGBUILD @@ -0,0 +1,3 @@ +# revert commit 1799ef5ac2fba01a19e89b5bef23315a7570624b +source+=('fix32bit.patch::https://github.com/dgibson/dtc/commit/f8872e29ce06d78d3db71b3ab26a7465fc8a9586.patch') +sha256sums+=('e92bfc787b65e2610528d5c499835c083c1672455fc7998d202b7c986d5c5f1d') -- cgit v1.2.3-54-g00ecf From 7cd529e8ad608534f2eff73f974d6afeab16d43a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 Jan 2019 09:35:53 +0100 Subject: community/electron, community/electron2: fix target_arch substitution --- community/electron/PKGBUILD | 2 +- community/electron2/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD index 395d76f9..3446fe23 100644 --- a/community/electron/PKGBUILD +++ b/community/electron/PKGBUILD @@ -10,7 +10,7 @@ eval "$( ' declare -f build | \ sed ' - \,^\s*script/bootstrap.py , s/py/py --target_arch=ia32/ + s,^\s*script/bootstrap.py ,\0--target_arch=ia32 , s/-t x64/-t ia32/g ' )" diff --git a/community/electron2/PKGBUILD b/community/electron2/PKGBUILD index 4f1a6f90..3446fe23 100644 --- a/community/electron2/PKGBUILD +++ b/community/electron2/PKGBUILD @@ -10,7 +10,7 @@ eval "$( ' declare -f build | \ sed ' - s,/bootstrap.py ,\0--target_arch=ia32 , + s,^\s*script/bootstrap.py ,\0--target_arch=ia32 , s/-t x64/-t ia32/g ' )" -- cgit v1.2.3-54-g00ecf From 37ef863486019f61fe8f3d6cd488940c7ea9fb96 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 4 Jan 2019 17:12:30 +0100 Subject: community/netcdf: disabled CDF5 (not supported for size_t<8) --- community/netcdf/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/netcdf/PKGBUILD (limited to 'community') diff --git a/community/netcdf/PKGBUILD b/community/netcdf/PKGBUILD new file mode 100644 index 00000000..69f8f47a --- /dev/null +++ b/community/netcdf/PKGBUILD @@ -0,0 +1,7 @@ +# "Unable to support CDF5 feature because size_t is less than 8 bytes" +eval "$( + declare -f build | \ + sed ' + s/-DENABLE_CDF5=ON/-DENABLE_CDF5=OFF/g + ' +)" -- cgit v1.2.3-54-g00ecf From ad6234bc3ae23aebd915647671bd82e30a8a6818 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jan 2019 09:43:56 +0100 Subject: community/openipmi: hotfix for FS#61289 --- community/openipmi/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 community/openipmi/PKGBUILD (limited to 'community') diff --git a/community/openipmi/PKGBUILD b/community/openipmi/PKGBUILD new file mode 100644 index 00000000..46c10e69 --- /dev/null +++ b/community/openipmi/PKGBUILD @@ -0,0 +1,2 @@ +# see FS#61289 +depends+=(libedit) -- cgit v1.2.3-54-g00ecf From 33deff2f14f6d630ed5c9a322b1f925fe5506c30 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jan 2019 11:03:53 +0100 Subject: community/netcdf-openmpi: breaking the pnetcdf-openmpi cycle and disabling CDF5 --- community/netcdf-openmpi/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/netcdf-openmpi/PKGBUILD (limited to 'community') diff --git a/community/netcdf-openmpi/PKGBUILD b/community/netcdf-openmpi/PKGBUILD new file mode 100644 index 00000000..e18dbf41 --- /dev/null +++ b/community/netcdf-openmpi/PKGBUILD @@ -0,0 +1,11 @@ +# breaking a cycle with pnetcdf-openmpi +depends=(${depends[@]//"pnetcdf-${_mpi}"/}) + +# "Unable to support CDF5 feature because size_t is less than 8 bytes" +eval "$( + declare -f build | \ + sed ' + s/-DENABLE_CDF5=ON/-DENABLE_CDF5=OFF/g + s/-DENABLE_PNETCDF=ON/-DENABLE_PNETCDF=OFF/g + ' +)" -- cgit v1.2.3-54-g00ecf