aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/meson.az
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/meson.az')
-rw-r--r--internal/rosa/package/meson.az56
1 files changed, 0 insertions, 56 deletions
diff --git a/internal/rosa/package/meson.az b/internal/rosa/package/meson.az
deleted file mode 100644
index 6d8b97f6..00000000
--- a/internal/rosa/package/meson.az
+++ /dev/null
@@ -1,56 +0,0 @@
-package meson {
- description = "an open source build system";
- website = "https://mesonbuild.com";
- anitya = 6472;
-
- version# = "1.11.2";
- source = remoteGitHub {
- suffix = "mesonbuild/meson";
- tag = version;
- checksum = "9AMilGxTOVqPA2DaGMASyuVs1BeTzgDZ0NH2oSYoRZk846ApvfOBa4cc18XEEK7M";
- };
-
- env = [
- "CMAKE_MAKE_PROGRAM=ninja",
- ];
-
- exec = pip {
- enterSource = true;
- check = `
-cd 'test cases'
-rm -rf \
- 'common/32 has header' \
- 'common/66 vcstag' \
- 'common/153 wrap file should not failed' \
- 'common/184 openmp' \
- 'common/189 check header' \
- 'linuxlike/6 subdir include order' \
- 'linuxlike/9 compiler checks with dependencies' \
- 'linuxlike/13 cmake dependency' \
- 'frameworks/15 llvm' \
- 'frameworks/29 blocks'
-cd ..
-
-python3 ./run_project_tests.py \
- -v \
- ` + jobsFlagE + ` \
- --failfast \
- --backend=ninja
-`;
- };
-
- inputs = [
- python-setuptools,
- pkg-config,
- cmake,
- ninja,
- python-pytest,
- ];
-
- runtime = [
- python,
- pkg-config,
- cmake,
- ninja,
- ];
-}