./lang/g95, Fortran 95 compiler from g95.org

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q3, Version: 0.93nb9, Package name: g95-0.93nb9, Maintainer: wennmach

G95 is a stable, production Fortran 95 compiler available for multiple
CPU architectures and operating systems. Innovations and optimizations
continue to be worked on. Parts of the F2003 standard have been
implemented in g95.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b5e503fd6459b65cbda73190685f9490230d9cff
RMD160: 98d03e9a1835f4b3553a72a798bdf1d90a757176
Filesize: 1323.436 KB

Version history: (Expand)


CVS history: (Expand)


   2017-11-04 18:58:27 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5596 - requested by sevan
lang/g95: build fix

Revisions pulled up:
- lang/g95/distinfo                                             1.32
- lang/g95/patches/patch-ab                                     1.9

---
   Module Name:    pkgsrc
   Committed By:   khorben
   Date:           Fri Oct 27 20:57:16 UTC 2017

   Modified Files:
           pkgsrc/lang/g95: distinfo
           pkgsrc/lang/g95/patches: patch-ab

   Log message:
   Apply CFLAGS to the whole build process for lang/g95

   This fixes building g95 with PKGSRC_MKPIE=yes without cwrappers.
   A separate fix for the same issue with cwrappers is on its way.
   2017-10-19 19:56:46 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5583 - requested by maya
lang/g95: Linux build fix

Revisions pulled up:
- lang/g95/Makefile                                             1.29

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Wed Oct 18 09:38:23 UTC 2017

   Modified Files:
           pkgsrc/lang/g95: Makefile

   Log message:
   g95: fix build on linux
   force passing asprintf test which is incorrectly not found due to FORTIFY
   pass LIBRARY_PATH so crtn.o and crti.o are found on Ubuntu & friends

   Note many reporters need to install g++-multilib as a package to overcome
   the errors they reported in the bugs (missing <sys/cdefs.h>)

   PR pkg/51198, PR pkg/51690, PR pkg/52116