Bug 152506

Summary: New port: math/parmgridgen - library for obtaining a sequence of successive coarse grids
Product: Ports & Packages Reporter: devel
Component: Individual Port(s)Assignee: Nicola Vitale <nivit>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description devel 2010-11-23 04:20:09 UTC
This port will be need for future port cad/openfoam.

Fix: Patch attached with submission follows:
Comment 1 Nicola Vitale freebsd_committer freebsd_triage 2010-11-26 13:27:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-15 16:48:13 UTC
nivit       2010-12-15 16:48:09 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/parmgridgen     Makefile distinfo pkg-descr pkg-plist 
    math/parmgridgen/files patch-MGridGen_IMlib_IMlib.h 
                           patch-MGridGen_Lib_mgridgen.h 
                           patch-Makefile.in 
                           patch-ParMGridGen_IMParMetis_ParMETISLib_parmetis.h 
                           patch-ParMGridGen_ParLib_parmgridgen.h 
  Log:
  ParMGridGen-1.0 is a highly optimized serial and parallel library
  for obtaining a sequence of successive coarse grids that are well suited
  for geometric multigrid methods.
  The quality of the elements of the coarse grids is optimized using a
  multilevel framework.
  The parallel library is based on MPI and is portable to
  a wide range of architectures.
  
  WWW: http://www.mgnet.org/mgnet-codes-parmgridgen.html
  
  PR:             ports/152506
  Submitted by:   Stas Timokhin <devel at stasyan.com>
  
  Revision  Changes    Path
  1.680     +1 -0      ports/math/Makefile
  1.1       +41 -0     ports/math/parmgridgen/Makefile (new)
  1.1       +2 -0      ports/math/parmgridgen/distinfo (new)
  1.1       +11 -0     ports/math/parmgridgen/files/patch-MGridGen_IMlib_IMlib.h (new)
  1.1       +11 -0     ports/math/parmgridgen/files/patch-MGridGen_Lib_mgridgen.h (new)
  1.1       +49 -0     ports/math/parmgridgen/files/patch-Makefile.in (new)
  1.1       +11 -0     ports/math/parmgridgen/files/patch-ParMGridGen_IMParMetis_ParMETISLib_parmetis.h (new)
  1.1       +11 -0     ports/math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h (new)
  1.1       +9 -0      ports/math/parmgridgen/pkg-descr (new)
  1.1       +7 -0      ports/math/parmgridgen/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2010-12-15 16:48:51 UTC
State Changed
From-To: open->closed

New port added. Thanks!