Bug 122913 - [NEW PORT] java/colt : Java package for scalable scientific and technical computing
Summary: [NEW PORT] java/colt : Java package for scalable scientific and technical com...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Herve Quiroz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-19 16:20 UTC by wenheping
Modified: 2008-05-05 03:13 UTC (History)
0 users

See Also:


Attachments
file.shar (3.46 KB, text/plain)
2008-04-19 16:20 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-04-19 16:20:01 UTC
Colt is package for scalable scientific and
technical computing in Java,it consists of several
free Java libraries, for user convenience bundled
 under one single uniform umbrella. Namely the Colt
library, the Jet library, the CoreJava library,
and the Concurrent library.

The Colt library provides fundamental general-purpose
 data structures optimized for numerical data,
such as resizable arrays, dense and sparse matrices
(multi-dimensional arrays), linear algebra, associative
containers and buffer management. The Jet library contains
mathematical and statistical tools for data analysis,
powerful histogramming functionality, Random Number
Generators and Distributions useful for (event)
simulations, and more. The CoreJava library contains
C-like print formatting. The Concurrent library contains
 standardized, efficient utility classes commonly
encountered in parallel & concurrent programming.

WWW: http://dsd.lbl.gov/~hoschek/colt/

Fix: Patch attached with submission follows:
Comment 1 Herve Quiroz freebsd_committer freebsd_triage 2008-04-24 06:46:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hq

I'll handle this
Comment 2 Herve Quiroz freebsd_committer freebsd_triage 2008-04-24 06:52:23 UTC
State Changed
From-To: open->feedback

I am not sure concurrent.jar should be installed from this port. 

Indeed, the file is not even built from the port. 

I think it means pkg-descr should be updated as well so that it refers only to 
libraries that are indeed installed by the port.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-05-01 22:05:06 UTC
hq          2008-05-01 21:04:57 UTC

  FreeBSD ports repository

  Modified files:
    science              Makefile 
  Added files:
    science/colt         Makefile distinfo pkg-descr 
  Log:
  Colt is a package for scalable scientific and technical computing in Java. It
  consists of several free Java libraries, for user convenience bundled under one
  single uniform umbrella. Namely the Colt library, the Jet library, the CoreJava
  library, and the Concurrent library.
  
  The Colt library provides fundamental general-purpose data structures optimized
  for numerical data, such as resizable arrays, dense and sparse matrices
  (multi-dimensional arrays), linear algebra, associative containers and buffer
  management.
  
  WWW: http://dsd.lbl.gov/~hoschek/colt/
  
  PR:             122913
  Submitted by:   Wen heping <wenheping@gmail.com>
  
  Revision  Changes    Path
  1.124     +1 -0      ports/science/Makefile
  1.1       +56 -0     ports/science/colt/Makefile (new)
  1.1       +3 -0      ports/science/colt/distinfo (new)
  1.1       +11 -0     ports/science/colt/pkg-descr (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 4 Herve Quiroz freebsd_committer freebsd_triage 2008-05-01 22:05:18 UTC
State Changed
From-To: feedback->Closed

New port added. 

Thanks for your contribution!
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2008-05-05 03:13:39 UTC
State Changed
From-To: Closed->closed

Fix annotation.