We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81ec45b + 8e5f4ca commit 0aba1f9Copy full SHA for 0aba1f9
1 file changed
pkgs/piranha.yaml
@@ -4,12 +4,14 @@ dependencies:
4
run: [boost, gmp, mpfr]
5
6
sources:
7
-- url: https://github.com/bluescarni/piranha.git
8
- key: git:a871a25e79516bf4ee32064ea25fabbc85f386e0
+- key: git:4c4f9c841bb17648dbe040aab766cb53d173afda
+ url: https://github.com/bluescarni/piranha.git
9
10
build_stages:
11
- name: configure
12
- extra: ['-D BOOST_ROOT=$BOOST_DIR',
+ extra: ['-D CMAKE_BUILD_TYPE=Release',
13
+ '-D BUILD_TESTS=OFF',
14
+ '-D BOOST_ROOT=$BOOST_DIR',
15
'-D GMP_INCLUDE_DIR=$GMP_DIR/include',
16
'-D GMP_LIBRARIES=$GMP_DIR/lib/libgmp.so',
17
'-D MPFR_INCLUDE_DIR=$MPFR_DIR/include',
0 commit comments