Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build-fail-blacklist #13503

Merged
merged 6 commits into from
Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ recipes/lorma
recipes/microbecensus
recipes/minialign
recipes/nspdk
recipes/visceral-evaluatesegmentation


# bad perl interpreter, needs patching a perl script
Expand Down
2 changes: 2 additions & 0 deletions recipes/visceral-evaluatesegmentation/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ cd "source"
mkdir build
cd build

export ITK_DIR=${PREFIX}

cmake \
-D CMAKE_INSTALL_PREFIX=${PREFIX} \
-D CMAKE_INSTALL_RPATH:STRING=${PREFIX}/lib \
Expand Down
10 changes: 5 additions & 5 deletions recipes/visceral-evaluatesegmentation/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
package:
name: visceral-evaluatesegmentation
version: "2015.07.03"
version: 2015.07.03

source:
url: https://github.com/Visceral-Project/EvaluateSegmentation/archive/master.zip
md5: 26d7ed04715423d2f3724d825c69d082

build:
number: 3
skip: True # [py3k or osx]
number: 0
skip: True # [osx]

requirements:
build:
- {{ compiler('c') }}
- cmake
host:
- itk=4.13.0
- libitk
run:
- itk=4.13.0
- libitk
- jpeg

test:
Expand Down