octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57769] [MXE Octave] could not build ilmbase


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #57769] [MXE Octave] could not build ilmbase
Date: Sat, 8 Feb 2020 09:07:46 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #3, bug #57769 (project octave):

Looks like openexr is the only thing that depends on it, and its embeded in
the openexr sources so does a change in openexr.mk work for you:


-- a/src/openexr.mk    Sun Feb 02 12:58:44 2020 +0100
+++ b/src/openexr.mk    Sat Feb 08 09:04:56 2020 -0500
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := openexr-$($(PKG)_VERSION)
 $(PKG)_FILE     := openexr-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      :=
https://github.com/$(PKG)/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz
-$(PKG)_DEPS     := ilmbase pthreads zlib
+$(PKG)_DEPS     := pthreads zlib
 
 define $(PKG)_UPDATE
     $(WGET) -q -O- 'https://github.com/$(PKG)/$(PKG)/tags' | \


ie: remove the dependancy on ilmbase

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57769>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]