2011-01-25 13:45:43 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Pass LDFLAGS for linking
|
2010-07-30 12:36:34 by Aleksej Saushev | Files touched by this commit (51) |
Log message:
"fortran" -> "fortran77" except where it is clear that it \
isn't F77.
"fortran" is alias of "fortran77" for now, but it will \
change later.
|
2010-03-17 22:47:11 by Dan McMahill | Files touched by this commit (4) |
Log message:
Detect if the fortran compiler/libs have etime as an intrinsic or not instead
of hard coding it. This package builds with both f2c and gfortran now.
|
2010-01-30 17:28:01 by Klaus Heinz | Files touched by this commit (18) |
Log message:
Added LICENSE information.
|
2009-12-03 14:06:56 by Aleksej Saushev | Files touched by this commit (48) |
Log message:
Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
|
2009-10-20 16:00:23 by Tobias Nygren | Files touched by this commit (3) |
Log message:
patch-ad: Don't remove the $(NOOPT) for slamch.f and dlamch.f
Was probably done unintentionally and caused infinite loops on some platforms.
Patch from Aleksey Cheusov in PR pkg/38371.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-02-22 15:15:28 by Aleksej Saushev | Files touched by this commit (7) |
Log message:
Use MASTER_SITE_NETLIB for Netlib and its mirrors.
Discussed with Tobias Nygren.
|
2008-08-12 23:32:04 by Mark Davies | Files touched by this commit (3) |
Log message:
Tell libtool that its linking fortran so the correct libraries get linked
in.
|
2008-05-27 00:25:25 by Tobias Nygren | Files touched by this commit (5) |
Log message:
Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
|