Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#16210 closed submission (fixed)

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

Reported by: mij@… Owned by: mf2k (Frank Schima)
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 (12)

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

Download all attachments as: .zip

Change History (19)

Changed 16 years ago by mij@…

Attachment: patch-Makefile added

patch for libcudd's Makefile

comment:1 Changed 16 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 16 years ago by mij@…

Attachment: Portfile added

Portfile

Changed 16 years ago by mij@…

Attachment: patch-cudd-Makefile.diff added

Changed 16 years ago by mij@…

Attachment: patch-dddmp-Makefile.diff added

Changed 16 years ago by mij@…

Attachment: patch-epd-Makefile.diff added

Changed 16 years ago by mij@…

Attachment: patch-Makefile.diff added

Changed 16 years ago by mij@…

Attachment: patch-obj-cuddObj.cc.diff added

Changed 16 years ago by mij@…

Attachment: patch-obj-cuddObj.hh.diff added

Changed 16 years ago by mij@…

Attachment: patch-obj-Makefile.diff added

Changed 16 years ago by mij@…

Attachment: patch-st-Makefile.diff added

Changed 16 years ago by mij@…

Attachment: patch-util-Makefile.diff added

Changed 16 years ago by mij@…

Attachment: patch-mtr-Makefile.diff added

comment:2 Changed 16 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 16 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to macsforever2000@…
Status: newassigned

comment:4 Changed 16 years ago by mf2k (Frank Schima)

Cc: mij@… removed

comment:5 Changed 16 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: assignedclosed

Committed revision r39298. Thanks for the contribution!

comment:6 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:7 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.