From 9c16a5f68eb41058bb1ecb39fd1c4f4fbe106885 Mon Sep 17 00:00:00 2001 From: Ista Zahn Date: Tue, 25 Oct 2022 10:27:20 -0400 Subject: [PATCH] add rJava check --- recipe/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ec9b7bff..27da1bdf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -37,7 +37,7 @@ source: folder: src # [linux] build: - number: 2 + number: 3 requirements: build: @@ -98,6 +98,7 @@ requirements: test: requires: - {{ compiler('c') }} # [not win] + - r-rjava files: - test-jni # [not win] - test-jni.sh # [not win] @@ -105,6 +106,7 @@ test: commands: - java -version - ./test-jni.sh # [not win and not ppc64le] + - Rscript -e "library(rJava)" about: home: https://www.azul.com/products/zulu/ # [not linux]