New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16210 (closed submission: fixed)

Opened 5 years ago

Last modified 4 years ago

[new port] devel/libcudd -- An efficient library for manipulating decision diagrams

Reported by: mij@… Owned by: macsforever2000@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: port cudd Cc:
Port:

Description

This is the port for the CUDD library (http://vlsi.colorado.edu/~fabio/CUDD/), widely used in the model checking field.

One patch is included for setting correct system-specific flags for darwin.

One ui_msg is displayed after compiling to warn the user how to use the library in order to avoid aliasing with dynamic libraries present in the system.

Attachments

patch-Makefile (623 bytes) - added by mij@… 5 years ago.
patch for libcudd's Makefile
Portfile (2.9 KB) - added by mij@… 5 years ago.
Portfile
patch-cudd-Makefile.diff (331 bytes) - added by mij@… 5 years ago.
patch-dddmp-Makefile.diff (357 bytes) - added by mij@… 5 years ago.
patch-epd-Makefile.diff (276 bytes) - added by mij@… 5 years ago.
patch-Makefile.diff (610 bytes) - added by mij@… 5 years ago.
patch-obj-cuddObj.cc.diff (2.7 KB) - added by mij@… 5 years ago.
patch-obj-cuddObj.hh.diff (19.9 KB) - added by mij@… 5 years ago.
patch-obj-Makefile.diff (271 bytes) - added by mij@… 5 years ago.
patch-st-Makefile.diff (274 bytes) - added by mij@… 5 years ago.
patch-util-Makefile.diff (259 bytes) - added by mij@… 5 years ago.
patch-mtr-Makefile.diff (287 bytes) - added by mij@… 5 years ago.

Change History

Changed 5 years ago by mij@…

patch for libcudd's Makefile

comment:1 Changed 5 years ago by mij@…

Apple strongly recommends using dynamic libraries. This revision of the port produces dynamic libraries. Header files for the CUDD library are installed as usual. Libraries are installed as follows: a first file "libcudd.dylib" embeds all the services provided by the C interface of CUDD; a second file "libcuddobj.dylib" embeds all the services provided by the C++ interface of CUDD.

Changed 5 years ago by mij@…

Portfile

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

Changed 5 years ago by mij@…

comment:2 Changed 5 years ago by mij@…

The "patch-Makefile" file attached is a patch belonging to the old port. For the new one, the following files are valid:

  • Portfile
  • *.diff

comment:3 Changed 5 years ago by macsforever2000@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to macsforever2000@…

comment:4 Changed 5 years ago by macsforever2000@…

  • Cc mij@… removed

comment:5 Changed 5 years ago by macsforever2000@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Committed revision r39298. Thanks for the contribution!

comment:6 Changed 4 years ago by jmr@…

  • Type changed from enhancement to submission

comment:7 Changed 4 years ago by anonymous

  • Milestone Port Submissions deleted

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.