mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 20:21:47 +02:00
cpyrit_opencl: fixed build error
This commit is contained in:
parent
1322120469
commit
634b174b7a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
AUX cpyrit_opencl-0.3.patch 826 RMD160 62f810c2697cb3a2e6ea3dea565c9e6134c20d40 SHA1 b83721a565cb86ad5552fd2fdce23eaf1ef5c9c2 SHA256 4dd600140f6592f353dd96504b4381a32319a670ca168611a0f1d5e45a3c89c4
|
||||
AUX cpyrit_opencl-9999.patch 516 RMD160 9c62b08071e73301757233863d10bc9d29950dd1 SHA1 027fe2d75478389ee4608e5e7bdcb76a54e60c1c SHA256 75c9f8fcf83b4fafcb20292d234b19d9c5363aa6020bc1a301da66962439f921
|
||||
EBUILD cpyrit_opencl-0.3-r1.ebuild 784 RMD160 ab6eed0b595f4091cc866c4cdd759bc1423fcfe8 SHA1 dffdc6b48abb3667bc7efa21b118a7f16133d6c9 SHA256 087d5b61def995f2196c164199df089c6955cdcf9d13dc72d2c39499ce65bf0c
|
||||
EBUILD cpyrit_opencl-9999.ebuild 740 RMD160 6ce0a33d2e3de3f90524f1fc3fc24a6177a1b385 SHA1 c641336dd74dcf791c589ce5bf7e45f166fadc22 SHA256 50386247a142e84d4eeb7ff683cfc4f9d74ecb765fb16415b1962582e6117e80
|
||||
EBUILD cpyrit_opencl-9999.ebuild 716 RMD160 86104bfa88aee434e1e74ae46c6c198c83580c5c SHA1 06675079c2281b4d7e06c65c6399912227d92d8e SHA256 781c54727930680e4f2de8878e841aadacba1dd38966997a8cc009cf16646c03
|
||||
|
|
|
|||
|
|
@ -30,9 +30,9 @@ src_install() {
|
|||
}
|
||||
|
||||
pkg_postinst() {
|
||||
python_mod_optimize $(python_get_sitedir)/cpyrit
|
||||
python_mod_optimize cpyrit/cpyrit.py
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_mod_cleanup $(python_get_sitedir)/cpyrit
|
||||
python_mod_cleanup cpyrit/cpyrit.py
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue