Skip to content

Commit

Permalink
#314 fix vigra to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed May 24, 2024
1 parent 309cfa9 commit d12b03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 314_napari_microsam/vigra_v2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _py_path = "%(builddir)s/%(name)s-Version-1-11-2/config/FindVIGRANUMPY_DEPENDENC
_py_add = "SET(VIGRANUMPY_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib/python%(pyshortver)s/site-packages)"
preinstallopts = "sed -i '90,91d' %s && " % _py_path
preinstallopts += "sed -i '94d' %s && " % _py_path
preinstallopts += "sed -i '89 a\%s' %s && " % (_py_add, _py_path)
preinstallopts += r"sed -i '89 a\%s' %s && " % (_py_add, _py_path)

sanity_check_paths = {
'files': ['bin/vigra-config'],
Expand Down

0 comments on commit d12b03a

Please sign in to comment.