From e1d31dd044791616c6fe21be79a6cd728386313f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 11:48:04 -0700 Subject: [PATCH] Re-enable cuda stuff, closes #2813 --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 059c9bf0..f59e5e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,12 +670,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering - # https://github.com/fpco/stackage/issues/2813 - # - cuda - # - cublas - # - cusparse - # - cusolver - # - nvvm + - cuda + - cublas + - cusparse + - cusolver + - nvvm "Liam O'Connor @liamoc": []