File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ The following can be set when running make: make FOO=bar
72
72
NO_WALLET: Don't download/build/cache libs needed to enable the wallet
73
73
NO_UPNP: Don't download/build/cache packages needed for enabling upnp
74
74
DEBUG: disable some optimizations and enable more runtime checking
75
- RAPIDCHECK: build rapidcheck (experimental)
75
+ RAPIDCHECK: build rapidcheck (experimental, requires cmake )
76
76
HOST_ID_SALT: Optional salt to use when generating host package ids
77
77
BUILD_ID_SALT: Optional salt to use when generating build package ids
78
78
Original file line number Diff line number Diff line change 1
1
package =rapidcheck
2
- $(package)_version =10fc0cb
3
- $(package)_download_path =https://github.com/MarcoFalke /rapidcheck/archive
4
- $(package)_file_name =$(package ) - $( $(package ) _version) .tar.gz
5
- $(package)_sha256_hash =9640926223c00af45bce4c7df8b756b5458a89b2ba74cfe3e404467f13ce26df
2
+ $(package)_version =3eb9b4ff69f4ff2d9932e8f852c2b2a61d7c20d3
3
+ $(package)_download_path =https://github.com/emil-e /rapidcheck/archive
4
+ $(package)_file_name =$($(package ) _version) .tar.gz
5
+ $(package)_sha256_hash =5fbf82755c9a647127e62563be079448ff8b1db9ca80a52a673dd9a88fdb714b
6
6
7
7
define $(package)_config_cmds
8
- cmake -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true .
8
+ cmake -DCMAKE_INSTALL_PREFIX= $( $( package ) _staging_dir)$( host_prefix ) - DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true -DRC_INSTALL_ALL_EXTRAS=ON
9
9
endef
10
10
11
11
define $(package)_build_cmds
12
- $(MAKE ) && \
13
- mkdir -p $($(package ) _staging_dir)$(host_prefix ) /include && \
14
- cp -a include/* $($(package ) _staging_dir)$(host_prefix ) /include/ && \
15
- cp -a extras/boost_test/include/rapidcheck/* $($(package ) _staging_dir)$(host_prefix ) /include/rapidcheck/ && \
16
- mkdir -p $($(package ) _staging_dir)$(host_prefix ) /lib && \
17
- cp -a librapidcheck.a $($(package ) _staging_dir)$(host_prefix ) /lib/
12
+ $(MAKE ) rapidcheck
13
+ endef
14
+
15
+ define $(package)_stage_cmds
16
+ $(MAKE ) rapidcheck install
18
17
endef
You can’t perform that action at this time.
0 commit comments