pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/g95



On Sunday 03 March 2013 07:05:46 Joerg Sonnenberger wrote:
> Log Message:
> Use non-ambigious assembler syntax. Fix return types. Fix inline usage
> to allow building with Clang.

If clang can now build g95 should we make this change to 
mk/compilers/clang.mk so that the clang bulk builds have some chance of 
building R and other fortran packages?

Index: clang.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mk/compiler/clang.mk,v
retrieving revision 1.8
diff -u -r1.8 clang.mk
--- clang.mk    21 Feb 2013 07:57:19 -0000      1.8
+++ clang.mk    2 Mar 2013 21:31:39 -0000
@@ -61,6 +61,9 @@
 _LANGUAGES.clang+=     ${LANGUAGES.clang:M${_lang_}}
 .endfor
 
+.if !empty(USE_LANGUAGES:Mfortran)
+PKGSRC_FORTRAN?=g95
+.endif
 PKGSRC_FORTRAN?=f2c
 
 .if !empty(PKGSRC_FORTRAN)

cheers
mark



Home | Main Index | Thread Index | Old Index