|
@@ -50,6 +50,10 @@
|
|
shell: "ln -s /usr/local/lib/libcblas* /usr/lib/"
|
|
shell: "ln -s /usr/local/lib/libcblas* /usr/lib/"
|
|
ignore_errors: true
|
|
ignore_errors: true
|
|
|
|
|
|
|
|
+- name: Link openblas libraries
|
|
|
|
+ shell: "ln -s /usr/local/lib/libblas* /usr/lib/"
|
|
|
|
+ ignore_errors: true
|
|
|
|
+
|
|
- name: Photoview source @ master
|
|
- name: Photoview source @ master
|
|
git:
|
|
git:
|
|
repo: "https://github.com/photoview/photoview.git"
|
|
repo: "https://github.com/photoview/photoview.git"
|
|
@@ -57,6 +61,11 @@
|
|
update: yes
|
|
update: yes
|
|
force: yes
|
|
force: yes
|
|
|
|
|
|
|
|
+- name: Hack libheif to work with FreeBSD
|
|
|
|
+ shell:
|
|
|
|
+ cmd: 'sed -i -e "/suberrorwrongtileimagepixeldepth = C.heif_suberror_Wrong_tile_image_pixel_depth/d" /root/go/pkg/mod/github.com/strukturag/libheif@v1.12.0/go/heif/heif.go'
|
|
|
|
+ warn: false
|
|
|
|
+
|
|
- name: API env file installed
|
|
- name: API env file installed
|
|
template:
|
|
template:
|
|
src: api.env.j2
|
|
src: api.env.j2
|