Skip to content

Commit

Permalink
Merge pull request #1 from AnacondaRecipes/PKG-4701-12.4-initial
Browse files Browse the repository at this point in the history
PKG-4701 initial v12.4
  • Loading branch information
danpetry authored May 16, 2024
2 parents f90b13a + 74c5676 commit 8a8b3bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
if not exist %PREFIX% mkdir %PREFIX%

move lib\x64\* %LIBRARY_LIB%
move include\* %LIBRARY_INC%
if not exist %LIBRARY_INC%\CL mkdir %LIBRARY_INC%\CL
move include\CL\* %LIBRARY_INC%\CL

not exist %LIBRARY_PREFIX%\etc mkdir %LIBRARY_PREFIX%\etc
not exist %LIBRARY_PREFIX%\etc\OpenCL mkdir %LIBRARY_PREFIX%\etc\OpenCL
not exist %LIBRARY_PREFIX%\etc\OpenCL\vendors mkdir %LIBRARY_PREFIX%\etc\OpenCL\vendors
type nul >> %LIBRARY_PREFIX%\etc\OpenCL\vendors\cuda.icd
if not exist %LIBRARY_PREFIX%\etc mkdir %LIBRARY_PREFIX%\etc
if not exist %LIBRARY_PREFIX%\etc\OpenCL mkdir %LIBRARY_PREFIX%\etc\OpenCL
if not exist %LIBRARY_PREFIX%\etc\OpenCL\vendors mkdir %LIBRARY_PREFIX%\etc\OpenCL\vendors
type nul >> %LIBRARY_PREFIX%\etc\OpenCL\vendors\cuda.icd
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source:

build:
number: 0
skip: true # [osx or aarch64 or ppc64le]
skip: true # [osx or (linux and (s390x or aarch64 or ppc64le))]

test:
commands:
Expand Down

0 comments on commit 8a8b3bc

Please sign in to comment.