Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#50931 closed update (fixed)

update vigra port to version 1.11.0

Reported by: BSeppke (Benjamin Seppke) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: patch maintainer Cc: kurthindenburg (Kurt Hindenburg)
Port: vigra

Description

A new release of the computer vision library VIGRA is out. This version introduces many useful new features. We should definitely upgrade the version from 1.10.0 -> 1.11.0. I tried the compilation of the new version, by a simple update of the Portfile and found no problems.

The main changes are with respect to the new version number, new checksums and to the support of python newer python versions for the numpy bindings: Was: 2.6 and 2.7 Now: 2.7, 3.4 and 3.5

So, could you please upgrade the port ;)

PS: I add a Portdiff patch to this this ticket

Attachments (1)

Portfile.diff (3.3 KB) - added by BSeppke (Benjamin Seppke) 8 years ago.

Download all attachments as: .zip

Change History (5)

Changed 8 years ago by BSeppke (Benjamin Seppke)

Attachment: Portfile.diff added

comment:1 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Keywords: patch maintainer added
Port: vigra added
Version: 2.3.4

comment:2 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:3 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: fixed
Status: newclosed

Thanks - a few points to try to fix sometime

  1. we need to see if this can use cmake.out_of_source yes/no - https://trac.macports.org/ticket/47197
  2. add license - port lint --nitpick
  3. try to get tests to work - test.run yes - they all failed for me

done r146899

comment:4 Changed 8 years ago by BSeppke (Benjamin Seppke)

First of all, thank you for your fast forwanding straight into the MacPorts!

Now to your remarks:

  1. cmake.out_of_source yes... It works!
  2. Licence is: MIT X11 License
  3. The test are failing, because they search for the libvigraimpex in /opt/local/lib, where it hasn't been installed yet. Since this is not a a high priority, we should leave it as is. Btw, I ran all of the tests successfully after installing the port.
Note: See TracTickets for help on using tickets.