Lines 10-24
WWW= https://github.com/microsoft/mimalloc
Link Here
|
10 |
LICENSE= MIT |
10 |
LICENSE= MIT |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
12 |
|
13 |
USES= cmake compiler:c++17-lang |
13 |
USES= cmake:testing compiler:c++17-lang |
14 |
USE_GITHUB= yes |
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= microsoft |
15 |
GH_ACCOUNT= microsoft |
16 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
17 |
|
17 |
|
18 |
CMAKE_ON= MI_INSTALL_TOPLEVEL |
18 |
CMAKE_ON= MI_INSTALL_TOPLEVEL |
19 |
CMAKE_OFF= MI_BUILD_OBJECT |
19 |
CMAKE_OFF= MI_BUILD_OBJECT MI_BUILD_TESTS |
20 |
|
20 |
|
21 |
TEST_TARGET= test |
21 |
CMAKE_TESTING_ON= MI_BUILD_TESTS |
22 |
|
22 |
|
23 |
# ci pipeline creates transient tags |
23 |
# ci pipeline creates transient tags |
24 |
PORTSCOUT= ignore:1 |
24 |
PORTSCOUT= ignore:1 |