Skip to content

Commit

Permalink
test opencl-find-deal; fix the build ; opencl "CL/cl.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 31, 2024
1 parent 8d201c4 commit 660a943
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .act-github/workflows/use-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
docbook5-xml golang-go gperf graphicsmagick libapr1-dev libc6-dbg
libcmocka-dev libdb5.3-dev libgd-dev libgmp-dev libgoogle-perftools-dev
libhunspell-dev libperl-dev libxml-libxslt-perl libxml2-dev libxslt1-dev
lynx mercurial ninja-build optipng perl pysassc python3 python3-pip
python3-setuptools rsync silversearcher-ag strip-nondeterminism valgrind
vim xsltproc
lynx mercurial ninja-build ocl-icd-opencl-dev opencl-headers optipng
perl pysassc python3 python3-pip python3-setuptools rsync silversearcher-ag
strip-nondeterminism valgrind vim xsltproc
- run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)";
} ; local_lib_shim ; if test "$WHAT" = "normal" ; then sudo rm -fr
~/gopath ; . fc-solve/scripts/ci-before-install.bash ; fi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/use-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
docbook5-xml golang-go gperf graphicsmagick libapr1-dev libc6-dbg
libcmocka-dev libdb5.3-dev libgd-dev libgmp-dev libgoogle-perftools-dev
libhunspell-dev libperl-dev libxml-libxslt-perl libxml2-dev libxslt1-dev
lynx mercurial ninja-build optipng perl pysassc python3 python3-pip
python3-setuptools rsync silversearcher-ag strip-nondeterminism valgrind
vim xsltproc
lynx mercurial ninja-build ocl-icd-opencl-dev opencl-headers optipng
perl pysassc python3 python3-pip python3-setuptools rsync silversearcher-ag
strip-nondeterminism valgrind vim xsltproc
- run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)";
} ; local_lib_shim ; if test "$WHAT" = "normal" ; then sudo rm -fr
~/gopath ; . fc-solve/scripts/ci-before-install.bash ; fi
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ addons:
- lynx
- mercurial
- ninja-build
- ocl-icd-opencl-dev
- opencl-headers
- optipng
- perl
- pysassc
Expand Down

0 comments on commit 660a943

Please sign in to comment.