[150364] trunk/dports/lang/omnicompiler

takeshi at macports.org takeshi at macports.org
Sun Jul 17 18:40:16 PDT 2016


Revision: 150364
          https://trac.macports.org/changeset/150364
Author:   takeshi at macports.org
Date:     2016-07-17 18:40:16 -0700 (Sun, 17 Jul 2016)
Log Message:
-----------
omnicompiler: update to 1.0.2

Modified Paths:
--------------
    trunk/dports/lang/omnicompiler/Portfile
    trunk/dports/lang/omnicompiler/files/patch-C-BackEnd-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-F-BackEnd-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-XcodeML-Common-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-XcodeML-Exc-Tools-Makefile.in.diff

Added Paths:
-----------
    trunk/dports/lang/omnicompiler/files/patch-C-FrontEnd-src-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-Driver-atool-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-Driver-src-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-F-FrontEnd-gnu_module-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-F-FrontEnd-src-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libacc-include-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libacc-src-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libompc-src-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libompf-src-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libtlog-src_mpi-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libtlog-src_threads-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libxmp-include-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libxmp-src-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libxmp-src_threads-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libxmpf-include-Makefile.in.diff
    trunk/dports/lang/omnicompiler/files/patch-libxmpf-src-Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/lang/omnicompiler/files/patch-configure.diff

Modified: trunk/dports/lang/omnicompiler/Portfile
===================================================================
--- trunk/dports/lang/omnicompiler/Portfile	2016-07-18 01:27:44 UTC (rev 150363)
+++ trunk/dports/lang/omnicompiler/Portfile	2016-07-18 01:40:16 UTC (rev 150364)
@@ -5,7 +5,7 @@
 PortGroup           mpi 1.0
 
 name                omnicompiler
-version             0.9.1
+version             1.0.2
 categories          lang devel parallel
 maintainers         takeshi openmaintainer
 description         code transformation compilers for C, Fortran and OpenACC
@@ -27,8 +27,8 @@
 supported_archs     x86_64
 master_sites        ${homepage}/download/stable/
 
-checksums           rmd160  8bcd69d6071d413d6f244757a7912b0a598493f7 \
-                    sha256  2e543126a8b1cb200c115bc369ee58c047997a2c793ea42faf5b70b73c626404
+checksums           rmd160  5a0fe2b1f74c8692a13665e7d00a2ef770b3f96c \
+                    sha256  12d479a30c99deb341a9b773d5a5dcb9340bd1504640d87375441df49b7af4fb
 use_bzip2           yes
 
 compilers.choose    cc fc
@@ -46,16 +46,31 @@
                     port:libxml2 \
                     port:vecLibFort
 
-patchfiles          patch-configure.diff \
-                    patch-C-BackEnd-Makefile.in.diff \
+patchfiles          patch-C-BackEnd-Makefile.in.diff \
+                    patch-C-FrontEnd-src-Makefile.in.diff \
+                    patch-Driver-atool-Makefile.in.diff \
+                    patch-Driver-src-Makefile.in.diff \
                     patch-F-BackEnd-Makefile.in.diff \
+                    patch-F-FrontEnd-gnu_module-Makefile.in.diff \
+                    patch-F-FrontEnd-src-Makefile.in.diff \
                     patch-XcodeML-Common-Makefile.in.diff \
-                    patch-XcodeML-Exc-Tools-Makefile.in.diff
+                    patch-XcodeML-Exc-Tools-Makefile.in.diff \
+                    patch-libacc-include-Makefile.in.diff \
+                    patch-libacc-src-Makefile.in.diff \
+                    patch-libompc-src-Makefile.in.diff \
+                    patch-libompf-src-Makefile.in.diff \
+                    patch-libtlog-src_mpi-Makefile.in.diff \
+                    patch-libtlog-src_threads-Makefile.in.diff \
+                    patch-libxmp-include-Makefile.in.diff \
+                    patch-libxmp-src-Makefile.in.diff \
+                    patch-libxmp-src_threads-Makefile.in.diff \
+                    patch-libxmpf-include-Makefile.in.diff \
+                    patch-libxmpf-src-Makefile.in.diff
 
 use_parallel_build  no
 
 if {![gcc_variant_isset]} {
-    default_variants-append +gcc5
+    default_variants-append +gcc6
 }
 set mpi [mpi_variant_name]
 set cmp [gcc_variant_name]
@@ -76,7 +91,6 @@
                     --with-backend-cc=${prefix}/bin/mpicc-${mpi}-${cmp} \
                     --with-backend-cflag=${configure.cflags} \
                     --with-backend-fc=${prefix}/bin/mpif90-${mpi}-${cmp} \
-                    --enable-mreal \
                     --with-gmp-lib=${prefix}/lib \
                     --with-gmp-include=${prefix}/include \
                     --with-libxml=${prefix}

Modified: trunk/dports/lang/omnicompiler/files/patch-C-BackEnd-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-C-BackEnd-Makefile.in.diff	2016-07-18 01:27:44 UTC (rev 150363)
+++ trunk/dports/lang/omnicompiler/files/patch-C-BackEnd-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -1,13 +1,11 @@
---- C-BackEnd/Makefile.in.orig	2015-04-21 17:12:48.000000000 +0900
-+++ C-BackEnd/Makefile.in	2015-07-06 05:20:09.000000000 +0900
-@@ -569,8 +569,8 @@
- 	rm -f src/xcodeml/c/*/*.class
+--- C-BackEnd/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ C-BackEnd/Makefile.in	2016-07-18 08:29:47.000000000 +0900
+@@ -20,6 +20,6 @@
+ 	rm -f $(OM_C_BACK) src/xcodeml/c/*/*.class
  
- install: $(TARGET)
--	mkdir -p ${javadir}
--	$(INSTALL) $^ ${javadir}
-+	mkdir -p $(DESTDIR)${javadir}
-+	$(INSTALL) $^ $(DESTDIR)${javadir}
+ install: $(OM_C_BACK)
+-	$(MKDIR_P) $(JAVADIR)
+-	$(INSTALL) $^ $(JAVADIR)
++	$(MKDIR_P) $(DESTDIR)$(JAVADIR)
++	$(INSTALL) $^ $(DESTDIR)$(JAVADIR)
  
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.

Added: trunk/dports/lang/omnicompiler/files/patch-C-FrontEnd-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-C-FrontEnd-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-C-FrontEnd-src-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,13 @@
+--- C-FrontEnd/src/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ C-FrontEnd/src/Makefile.in	2016-07-18 08:47:39.000000000 +0900
+@@ -55,8 +55,8 @@
+ 	c-xcodeml.o c-omp-xcodeml.o c-xmp-xcodeml.o c-acc-xcodeml.o
+ 
+ install: $(C_FRONT)
+-	$(MKDIR_P) $(BINDIR)
+-	$(INSTALL) $^ $(BINDIR)
++	$(MKDIR_P) $(DESTDIR)$(BINDIR)
++	$(INSTALL) $^ $(DESTDIR)$(BINDIR)
+ 
+ clean:
+ 	rm -f C_debugfront tags *.o *.log *.output

Added: trunk/dports/lang/omnicompiler/files/patch-Driver-atool-Makefile.in.diff
===================================================================
Added: trunk/dports/lang/omnicompiler/files/patch-Driver-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-Driver-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-Driver-src-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,17 @@
+--- Driver/src/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ Driver/src/Makefile.in	2016-07-18 08:47:39.000000000 +0900
+@@ -20,10 +20,10 @@
+ 	$(CC) $^ -o $@
+ 
+ install: $(bin_SCRIPTS) $(etc_DATA) $(libexec_SCRIPTS)
+-	$(MKDIR_P) $(BINDIR) $(ETCDIR) $(LIBEXECDIR)
+-	$(INSTALL) $(bin_SCRIPTS) $(BINDIR)
+-	$(INSTALL) $(etc_DATA) $(ETCDIR)
+-	$(INSTALL) $(libexec_SCRIPTS) $(LIBEXECDIR)
++	$(MKDIR_P) $(DESTDIR)$(BINDIR) $(DESTDIR)$(ETCDIR) $(DESTDIR)$(LIBEXECDIR)
++	$(INSTALL) $(bin_SCRIPTS) $(DESTDIR)$(BINDIR)
++	$(INSTALL) $(etc_DATA) $(DESTDIR)$(ETCDIR)
++	$(INSTALL) $(libexec_SCRIPTS) $(DESTDIR)$(LIBEXECDIR)
+ 
+ clean:
+ 	rm -f om_replace_pragma *.o

Modified: trunk/dports/lang/omnicompiler/files/patch-F-BackEnd-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-F-BackEnd-Makefile.in.diff	2016-07-18 01:27:44 UTC (rev 150363)
+++ trunk/dports/lang/omnicompiler/files/patch-F-BackEnd-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -1,13 +1,10 @@
---- F-BackEnd/Makefile.in.orig	2015-04-21 17:12:48.000000000 +0900
-+++ F-BackEnd/Makefile.in	2015-07-06 05:19:35.000000000 +0900
-@@ -569,8 +569,8 @@
- 	rm -f src/xcodeml/f/*/*.class
+--- F-BackEnd/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ F-BackEnd/Makefile.in	2016-07-18 08:30:01.000000000 +0900
+@@ -28,5 +28,5 @@
+ 	rm -f $(SOURCE_AUTO)
  
- install: $(TARGET)
--	mkdir -p ${javadir}
--	$(INSTALL) $^ ${javadir}
-+	mkdir -p $(DESTDIR)${javadir}
-+	$(INSTALL) $^ $(DESTDIR)${javadir}
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
+ install: $(OM_F_BACK)
+-	$(MKDIR_P) $(JAVADIR)
+-	$(INSTALL) $^ $(JAVADIR)
++	$(MKDIR_P) $(DESTDIR)$(JAVADIR)
++	$(INSTALL) $^ $(DESTDIR)$(JAVADIR)

Added: trunk/dports/lang/omnicompiler/files/patch-F-FrontEnd-gnu_module-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-F-FrontEnd-gnu_module-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-F-FrontEnd-gnu_module-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,11 @@
+--- F-FrontEnd/gnu_module/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ F-FrontEnd/gnu_module/Makefile.in	2016-07-18 09:43:14.000000000 +0900
+@@ -25,6 +25,6 @@
+ 	rm -f *.o $(T_MODULE) xmpmod
+ 
+ install: $(T_MODULE)
+-	$(MKDIR_P) $(BINDIR)
+-	$(INSTALL) $(T_MODULE) $(BINDIR)
++	$(MKDIR_P) $(DESTDIR)$(BINDIR)
++	$(INSTALL) $(T_MODULE) $(DESTDIR)$(BINDIR)
+ 

Added: trunk/dports/lang/omnicompiler/files/patch-F-FrontEnd-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-F-FrontEnd-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-F-FrontEnd-src-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,13 @@
+--- F-FrontEnd/src/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ F-FrontEnd/src/Makefile.in	2016-07-18 08:47:39.000000000 +0900
+@@ -46,8 +46,8 @@
+ 	$(AWK) -f C-exprcode.c.awk < C-exprcode.def > C-exprcode.c
+ 
+ install: $(F_FRONT)
+-	$(MKDIR_P) $(BINDIR)
+-	$(INSTALL) $(F_FRONT) $(BINDIR)
++	$(MKDIR_P) $(DESTDIR)$(BINDIR)
++	$(INSTALL) $(F_FRONT) $(DESTDIR)$(BINDIR)
+ 
+ clean:
+ 	rm -f *.o $(CREATE_FILES) $(F_FRONT)

Modified: trunk/dports/lang/omnicompiler/files/patch-XcodeML-Common-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-XcodeML-Common-Makefile.in.diff	2016-07-18 01:27:44 UTC (rev 150363)
+++ trunk/dports/lang/omnicompiler/files/patch-XcodeML-Common-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -1,13 +1,10 @@
---- XcodeML-Common/Makefile.in.orig	2015-04-21 17:12:48.000000000 +0900
-+++ XcodeML-Common/Makefile.in	2015-07-06 05:21:00.000000000 +0900
-@@ -570,8 +570,8 @@
- 	rm -f src/xcodeml/*/*.class
+--- XcodeML-Common/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ XcodeML-Common/Makefile.in	2016-07-18 08:31:28.000000000 +0900
+@@ -20,5 +20,5 @@
+ 	rm -f $(OM_COMMON) src/xcodeml/*.class src/xcodeml/*/*.class
  
- install: $(TARGET)
--	mkdir -p ${javadir}
--	$(INSTALL) $^ ${javadir}
-+	mkdir -p $(DESTDIR)${javadir}
-+	$(INSTALL) $^ $(DESTDIR)${javadir}
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
+ install: $(OM_COMMON)
+-	$(MKDIR_P) $(JAVADIR)
+-	$(INSTALL) $^ $(JAVADIR)
++	$(MKDIR_P) $(DESTDIR)$(JAVADIR)
++	$(INSTALL) $^ $(DESTDIR)$(JAVADIR)

Modified: trunk/dports/lang/omnicompiler/files/patch-XcodeML-Exc-Tools-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-XcodeML-Exc-Tools-Makefile.in.diff	2016-07-18 01:27:44 UTC (rev 150363)
+++ trunk/dports/lang/omnicompiler/files/patch-XcodeML-Exc-Tools-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -1,13 +1,11 @@
---- XcodeML-Exc-Tools/Makefile.in.orig	2015-04-21 17:12:48.000000000 +0900
-+++ XcodeML-Exc-Tools/Makefile.in	2015-07-06 05:20:33.000000000 +0900
-@@ -569,8 +569,8 @@
- 	rm -f src/exc/*/*.class
+--- XcodeML-Exc-Tools/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ XcodeML-Exc-Tools/Makefile.in	2016-07-18 08:32:49.000000000 +0900
+@@ -20,6 +20,6 @@
+ 	rm -f $(OM_EXC_TOOLS) src/exc/*/*.class
  
- install: $(TARGET)
--	mkdir -p ${javadir}
--	$(INSTALL) $^ ${javadir}
-+	mkdir -p $(DESTDIR)${javadir}
-+	$(INSTALL) $^ $(DESTDIR)${javadir}
+ install: $(OM_EXC_TOOLS)
+-	$(MKDIR_P) $(JAVADIR)
+-	$(INSTALL) $^ $(JAVADIR)
++	$(MKDIR_P) $(DESTDIR)$(JAVADIR)
++	$(INSTALL) $^ $(DESTDIR)$(JAVADIR)
  
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.

Deleted: trunk/dports/lang/omnicompiler/files/patch-configure.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-configure.diff	2016-07-18 01:27:44 UTC (rev 150363)
+++ trunk/dports/lang/omnicompiler/files/patch-configure.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -1,11 +0,0 @@
---- configure.orig	2015-04-21 17:12:48.000000000 +0900
-+++ configure	2015-07-05 22:00:16.000000000 +0900
-@@ -25093,7 +25093,7 @@
- $as_echo "can't find ${gmpInclude}/gmp.h. exit." >&6; }
-         exit 1
-     fi
--    gmpLibs=`ls ${gmpInclude}/libgmp.* 2> /dev/null`
-+    gmpLibs=`ls ${gmpLib}/libgmp.* 2> /dev/null`
-     if test "x${gmpLibs}" = "x"; then
-         { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't find ${gmpLib}/libgmp.*. exit." >&5
- $as_echo "can't find ${gmpLib}/libgmp.*. exit." >&6; }

Added: trunk/dports/lang/omnicompiler/files/patch-libacc-include-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libacc-include-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libacc-include-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,12 @@
+--- libacc/include/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libacc/include/Makefile.in	2016-07-18 09:43:14.000000000 +0900
+@@ -20,7 +20,7 @@
+ 
+ all:
+ install: $(HEADERS)
+-	$(MKDIR_P) $(INSTALL_DIR)
+-	$(INSTALL) $^ $(INSTALL_DIR)
++	$(MKDIR_P) $(DESTDIR)$(INSTALL_DIR)
++	$(INSTALL) $^ $(DESTDIR)$(INSTALL_DIR)
+ 
+ clean:

Added: trunk/dports/lang/omnicompiler/files/patch-libacc-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libacc-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libacc-src-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,13 @@
+--- libacc/src/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libacc/src/Makefile.in	2016-07-18 08:47:39.000000000 +0900
+@@ -61,8 +61,8 @@
+ 	$(GPUCC) $(GPUCFLAGS) -I$(ACC_INC_DIR) -c -o $@ $<
+ 
+ install: $(LIBS)
+-	$(MKDIR_P) $(LIBDIR)
+-	$(INSTALL) $^ $(LIBDIR)
++	$(MKDIR_P) $(DESTDIR)$(LIBDIR)
++	$(INSTALL) $^ $(DESTDIR)$(LIBDIR)
+ 
+ clean:
+ 	rm -f *~ *.core core core.* *.o $(LIBS)

Added: trunk/dports/lang/omnicompiler/files/patch-libompc-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libompc-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libompc-src-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,15 @@
+--- libompc/src/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libompc/src/Makefile.in	2016-07-18 08:47:39.000000000 +0900
+@@ -30,9 +30,9 @@
+ 	$(FC) $(FCFLAGS) -c $<
+ 
+ install: $(OMPCRTOBJ) $(OMPFRTOBJ) libompc_mutex_pthread.a $(OMP_HEADER)
+-	$(MKDIR_P) $(LIBDIR)
+-	$(INSTALL) $(OMPCRTOBJ) $(OMPFRTOBJ) libompc_mutex_pthread.a $(LIBDIR)
+-	$(INSTALL) $(OMP_HEADER) $(INCDIR)
++	$(MKDIR_P) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(INCDIR)
++	$(INSTALL) $(OMPCRTOBJ) $(OMPFRTOBJ) libompc_mutex_pthread.a $(DESTDIR)$(LIBDIR)
++	$(INSTALL) $(OMP_HEADER) $(DESTDIR)$(INCDIR)
+ 
+ clean:
+ 	rm -f *.o $(LIB_TARGET) *._*_o

Added: trunk/dports/lang/omnicompiler/files/patch-libompf-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libompf-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libompf-src-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,13 @@
+--- libompf/src/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libompf/src/Makefile.in	2016-07-18 08:47:39.000000000 +0900
+@@ -17,8 +17,8 @@
+ 	$(FC) $< > /dev/null
+ 
+ install: $(HEADERS) $(OBJECTS)
+-	$(MKDIR_P) $(INCDIR)
+-	$(INSTALL) $^ $(INCDIR)
++	$(MKDIR_P) $(DESTDIR)$(INCDIR)
++	$(INSTALL) $^ $(DESTDIR)$(INCDIR)
+ 
+ clean:
+ 	rm -f *.xmod

Added: trunk/dports/lang/omnicompiler/files/patch-libtlog-src_mpi-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libtlog-src_mpi-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libtlog-src_mpi-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,15 @@
+--- libtlog/src_mpi/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libtlog/src_mpi/Makefile.in	2016-07-18 09:43:14.000000000 +0900
+@@ -30,8 +30,8 @@
+ 	rm -f $(LIBTLOG) *.o
+ 
+ install: $(LIBTLOG) $(TLOGVIEW_JAR) $(TLOGVIEW) $(HEADERS)
+-	$(MKDIR_P) $(LIBDIR) $(BINDIR) $(INCDIR)
+-	$(INSTALL) $(LIBTLOG) $(TLOGVIEW_JAR) $(LIBDIR)
+-	$(INSTALL) $(TLOGVIEW) $(BINDIR)
+-	$(INSTALL) $(HEADERS) $(INCDIR)
++	$(MKDIR_P) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(INCDIR)
++	$(INSTALL) $(LIBTLOG) $(TLOGVIEW_JAR) $(DESTDIR)$(LIBDIR)
++	$(INSTALL) $(TLOGVIEW) $(DESTDIR)$(BINDIR)
++	$(INSTALL) $(HEADERS) $(DESTDIR)$(INCDIR)
+ 

Added: trunk/dports/lang/omnicompiler/files/patch-libtlog-src_threads-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libtlog-src_threads-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libtlog-src_threads-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,13 @@
+--- libtlog/src_threads/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libtlog/src_threads/Makefile.in	2016-07-18 09:43:14.000000000 +0900
+@@ -27,7 +27,7 @@
+ 	rm -f $(LIBTLOG) *.o
+ 
+ install: $(LIBTLOG) $(HEADERS)
+-	$(MKDIR_P) $(LIBDIR) $(INCDIR)
+-	$(INSTALL) $(LIBTLOG) $(LIBDIR)
+-	$(INSTALL) $(HEADERS) $(INCDIR)
++	$(MKDIR_P) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(INCDIR)
++	$(INSTALL) $(LIBTLOG) $(DESTDIR)$(LIBDIR)
++	$(INSTALL) $(HEADERS) $(DESTDIR)$(INCDIR)
+ 

Added: trunk/dports/lang/omnicompiler/files/patch-libxmp-include-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libxmp-include-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libxmp-include-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,12 @@
+--- libxmp/include/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libxmp/include/Makefile.in	2016-07-18 09:43:14.000000000 +0900
+@@ -7,7 +7,7 @@
+ 
+ all:
+ install: $(HEADERS)
+-	$(MKDIR_P) $(INSTALL_DIR)
+-	$(INSTALL) $^ $(INSTALL_DIR)
++	$(MKDIR_P) $(DESTDIR)$(INSTALL_DIR)
++	$(INSTALL) $^ $(DESTDIR)$(INSTALL_DIR)
+ 
+ clean:

Added: trunk/dports/lang/omnicompiler/files/patch-libxmp-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libxmp-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libxmp-src-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,13 @@
+--- libxmp/src/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libxmp/src/Makefile.in	2016-07-18 08:47:39.000000000 +0900
+@@ -113,8 +113,8 @@
+ 	$(CC) $(CFLAGS) -o $@ $< -c
+ 
+ install: $(LIBXMP)
+-	$(MKDIR_P) $(LIBDIR)
+-	$(INSTALL) $^ $(LIBDIR)
++	$(MKDIR_P) $(DESTDIR)$(LIBDIR)
++	$(INSTALL) $^ $(DESTDIR)$(LIBDIR)
+ 
+ clean:
+ 	rm -f *~ *.core core core.* *.o $(LIBXMP)

Added: trunk/dports/lang/omnicompiler/files/patch-libxmp-src_threads-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libxmp-src_threads-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libxmp-src_threads-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,12 @@
+--- libxmp/src_threads/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libxmp/src_threads/Makefile.in	2016-07-18 09:43:14.000000000 +0900
+@@ -20,7 +20,8 @@
+ 	$(CC) $(CFLAGS) $^ -c
+ 
+ install: $(LIBTHREAD)
+-	$(INSTALL) $^ $(LIBDIR)
++	$(MKDIR_P) $(DESTDIR)$(LIBDIR)
++	$(INSTALL) $^ $(DESTDIR)$(LIBDIR)
+ 
+ clean:
+ 	rm -f $(LIBTHREAD) *.o

Added: trunk/dports/lang/omnicompiler/files/patch-libxmpf-include-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libxmpf-include-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libxmpf-include-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,17 @@
+--- libxmpf/include/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libxmpf/include/Makefile.in	2016-07-18 10:00:24.000000000 +0900
+@@ -31,10 +31,10 @@
+ 	bash $< $(TARGET) > $@
+ 
+ install: $(CREATE_HEADERS) $(HEADERS)
+-	$(MKDIR_P) $(INCDIR)
+-	$(INSTALL) $(COARRAY_SYNC_H) $(INCDIR)/xmp_coarray_sync.h
+-	$(INSTALL) $(HEADERS) $(INCDIR)
+-	$(INSTALL) $^ $(INCDIR)
++	$(MKDIR_P) $(DESTDIR)$(INCDIR)
++	$(INSTALL) $(COARRAY_SYNC_H) $(DESTDIR)$(INCDIR)/xmp_coarray_sync.h
++	$(INSTALL) $(HEADERS) $(DESTDIR)$(INCDIR)
++	$(INSTALL) $^ $(DESTDIR)$(INCDIR)
+ 
+ clean:
+ 	rm -f $(CREATE_HEADERS)

Added: trunk/dports/lang/omnicompiler/files/patch-libxmpf-src-Makefile.in.diff
===================================================================
--- trunk/dports/lang/omnicompiler/files/patch-libxmpf-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/omnicompiler/files/patch-libxmpf-src-Makefile.in.diff	2016-07-18 01:40:16 UTC (rev 150364)
@@ -0,0 +1,15 @@
+--- libxmpf/src/Makefile.in.orig	2016-07-05 19:19:33.000000000 +0900
++++ libxmpf/src/Makefile.in	2016-07-18 08:47:39.000000000 +0900
+@@ -123,9 +123,9 @@
+ 	$(FC) $(FCFLAGS) -c -I $(WORKDIR) $<
+ 
+ install: $(F_MAIN_O) $(LIBXMPF) $(XMPF_COARRAY_DECL)
+-	$(MKDIR_P) $(LIBDIR) $(INCDIR)
+-	$(INSTALL) $(F_MAIN_O) $(LIBXMPF) $(LIBDIR)
+-	$(INSTALL) $(XMPF_COARRAY_DECL) $(INCDIR)
++	$(MKDIR_P) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(INCDIR)
++	$(INSTALL) $(F_MAIN_O) $(LIBXMPF) $(DESTDIR)$(LIBDIR)
++	$(INSTALL) $(XMPF_COARRAY_DECL) $(DESTDIR)$(INCDIR)
+ 
+ clean:
+ 	rm -f xmpf_coarray_put_wrap.f90 xmpf_coarray_get_wrap.f90 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160717/68e6b520/attachment-0001.html>


More information about the macports-changes mailing list