| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Oct 2012 22:12:14
0.5.4
|
linimon  |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
08 Nov 2010 07:18:52
0.5.4
|
wen  |
- Update to 0.5.4
- Update my email to FreeBSD |
02 May 2010 03:04:57
0.5.3
|
wen  |
- Update to 0.5.3 |
19 Apr 2010 10:43:43
0.5.2_2
|
ale  |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
29 May 2009 04:28:20
0.5.2_1
|
linimon  |
Mark as broken on sparc64: uses i386 assembly. |
13 May 2009 09:46:02
0.5.2_1
|
ale  |
Chase libgmp and bump PORTREVISION. |
26 Apr 2009 23:19:06
0.5.2
|
miwi  |
- Update to 0.5.2
PR: 134019
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
18 Aug 2008 21:51:10
0.5.1
|
miwi  |
- Update to 0.5.1
PR: 126581
Submitted by: Wen heping <wenheping@gmail.com> (maintainer) |
18 Jul 2008 12:36:04
0.5
|
miwi  |
igraph is a free software package for creating and manipulating
undirected and directed graphs. It includes implementations for
classic graph theory problems like minimum spanning trees and
network flow, and also implements algorithms for some recent
network analysis methods, like community structure search.
igraph contains functions for generating regular and random graphs,
manipulating graphs, assigning attributes to vertices and edges.
It can calculate various structural properties, includes heuristics
for community structure detection, supports many file formats.
WWW: http://cneurocvs.rmki.kfki.hu/igraph/
PR: ports/125534
Submitted by: Wen Heping <wenheping at gmail.com> |