summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-01-27 14:05:19 +0100
committerMichel Zou2019-01-27 14:05:19 +0100
commit830231627e5547d415bde8ec4226f4b2c7da53ca (patch)
treee74edfe48096fb7493b5caa29b3775c90c52131e
parent3cc1ee8cc255d0d4791df4060c0d1a06b94eddb0 (diff)
downloadaur-830231627e5547d415bde8ec4226f4b2c7da53ca.tar.gz
signals2
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1de4f69f706c..472de3074466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ prepare() {
curl -L https://github.com/feelpp/feelpp/commit/a10192595eea7895dfc0d9faabff48b8086b6cf7.patch | patch -p1
curl -L https://github.com/feelpp/feelpp/commit/d0df2512cb56c838e2a27bc6721b63395ada5a21.patch | patch -p1
curl -L https://github.com/feelpp/feelpp/pull/1251.patch | patch -p1
+ sed -i "s|unit_test_framework signals|unit_test_framework|g" feelpp/cmake/modules/feelpp.dependencies.cmake
# git submodules not included in tarball
test -f feelpp/contrib/pybind11/CMakeLists.txt || git clone https://github.com/feelpp/pybind11.git feelpp/contrib/pybind11