[120810] trunk/dports/science/yaxt
takeshi at macports.org
takeshi at macports.org
Sat Jun 7 17:37:53 PDT 2014
Revision: 120810
https://trac.macports.org/changeset/120810
Author: takeshi at macports.org
Date: 2014-06-07 17:37:53 -0700 (Sat, 07 Jun 2014)
Log Message:
-----------
yaxt: stop building tests, examples and perf
Modified Paths:
--------------
trunk/dports/science/yaxt/Portfile
Added Paths:
-----------
trunk/dports/science/yaxt/files/patch-Makefile.in.diff
Removed Paths:
-------------
trunk/dports/science/yaxt/files/patch-examples-Makefile.in.diff
trunk/dports/science/yaxt/files/patch-perf-Makefile.in.diff
trunk/dports/science/yaxt/files/patch-tests-Makefile.in.diff
Modified: trunk/dports/science/yaxt/Portfile
===================================================================
--- trunk/dports/science/yaxt/Portfile 2014-06-08 00:25:47 UTC (rev 120809)
+++ trunk/dports/science/yaxt/Portfile 2014-06-08 00:37:53 UTC (rev 120810)
@@ -8,7 +8,7 @@
name yaxt
version 0.2.2
-revision 1
+revision 2
platforms darwin
maintainers takeshi openmaintainer
license BSD
@@ -24,9 +24,7 @@
sha256 6feb7185b397f7249f48ce10b7c60c457885eb7b67b7231dc08656c353e7e93b
patchfiles patch-src-Makefile.in.diff \
- patch-tests-Makefile.in.diff \
- patch-examples-Makefile.in.diff \
- patch-perf-Makefile.in.diff
+ patch-Makefile.in.diff
configure.cppflags-append -I../src
configure.fcflags-append -cpp
Added: trunk/dports/science/yaxt/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/science/yaxt/files/patch-Makefile.in.diff (rev 0)
+++ trunk/dports/science/yaxt/files/patch-Makefile.in.diff 2014-06-08 00:37:53 UTC (rev 120810)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2014-03-06 23:32:58.000000000 +0900
++++ Makefile.in 2014-06-08 09:34:22.000000000 +0900
+@@ -315,7 +315,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = . src inst_headers tests examples perf
++SUBDIRS = . src inst_headers
+ ACLOCAL_AMFLAGS = -I m4
+ EXTRA_DIST = util/mpi_launch_poe util/sunf95preproc-wrapper \
+ util/sxpreproc-wrapper util/xlfpreproc-wrapper \
Deleted: trunk/dports/science/yaxt/files/patch-examples-Makefile.in.diff
===================================================================
--- trunk/dports/science/yaxt/files/patch-examples-Makefile.in.diff 2014-06-08 00:25:47 UTC (rev 120809)
+++ trunk/dports/science/yaxt/files/patch-examples-Makefile.in.diff 2014-06-08 00:37:53 UTC (rev 120810)
@@ -1,11 +0,0 @@
---- examples/Makefile.in.orig 2014-03-06 23:32:58.000000000 +0900
-+++ examples/Makefile.in 2014-06-08 09:06:01.000000000 +0900
-@@ -355,7 +355,7 @@
- row2col_f_LDADD = ../src/libyaxt.la $(MPI_FC_LIB)
- tr_gp2fs_SOURCES = tr_gp2fs.c
- tr_gp2fs_LDADD = $(LDADD) -lm
--AM_CFLAGS = -I../inst_headers $(MPI_C_INCLUDE)
-+AM_CPPFLAGS = -I../inst_headers $(MPI_C_INCLUDE)
- AM_FCFLAGS = $(FC_MOD_FLAG)../inst_headers/f90 $(MPI_FC_INCLUDE) $(MPI_FC_MOD)
- LDADD = ../src/libyaxt.la $(MPI_C_LIB)
- all: all-am
Deleted: trunk/dports/science/yaxt/files/patch-perf-Makefile.in.diff
===================================================================
--- trunk/dports/science/yaxt/files/patch-perf-Makefile.in.diff 2014-06-08 00:25:47 UTC (rev 120809)
+++ trunk/dports/science/yaxt/files/patch-perf-Makefile.in.diff 2014-06-08 00:37:53 UTC (rev 120810)
@@ -1,11 +0,0 @@
---- perf/Makefile.in.orig 2014-03-06 23:32:58.000000000 +0900
-+++ perf/Makefile.in 2014-06-08 09:11:13.000000000 +0900
-@@ -336,7 +336,7 @@
- perf_idxsection_get_positions_of_indices_SOURCES = perf_idxsection_get_positions_of_indices.c
- perf_sparse_array_gather_SOURCES = perf_sparse_array_gather.f90
- perf_sparse_array_gather_LDADD = ../src/libyaxt.la $(MPI_FC_LIB)
--AM_CFLAGS = -I../inst_headers $(MPI_C_INCLUDE)
-+AM_CPPFLAGS = -I../inst_headers $(MPI_C_INCLUDE)
- AM_FCFLAGS = $(FC_MOD_FLAG)../inst_headers/f90 $(MPI_FC_INCLUDE) $(MPI_FC_MOD)
- LDADD = ../src/libyaxt.la $(MPI_C_LIB)
- EXTRA_DIST = core
Deleted: trunk/dports/science/yaxt/files/patch-tests-Makefile.in.diff
===================================================================
--- trunk/dports/science/yaxt/files/patch-tests-Makefile.in.diff 2014-06-08 00:25:47 UTC (rev 120809)
+++ trunk/dports/science/yaxt/files/patch-tests-Makefile.in.diff 2014-06-08 00:37:53 UTC (rev 120810)
@@ -1,11 +0,0 @@
---- tests/Makefile.in.orig 2014-03-06 23:32:58.000000000 +0900
-+++ tests/Makefile.in 2014-06-08 09:05:44.000000000 +0900
-@@ -802,7 +802,7 @@
- test_yaxt_SOURCES = test_yaxt.f90 ftest_common.f90
- test_yaxt_LDADD = $(XT_FC_LDADD)
- test_mpi_generate_datatype_SOURCES = test_mpi_generate_datatype.c tests.h
--AM_CFLAGS = -I../inst_headers $(MPI_C_INCLUDE)
-+AM_CPPFLAGS = -I../inst_headers $(MPI_C_INCLUDE)
- AM_FCFLAGS = $(FC_MOD_FLAG)../inst_headers/f90 $(MPI_FC_INCLUDE) $(MPI_FC_MOD)
- LDADD = libtestutil.a ../src/libyaxt.la $(MPI_C_LIB)
- XT_FC_LDADD = libtestutil.a ../src/libyaxt.la $(MPI_FC_LIB)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140607/7ce2274f/attachment-0001.html>
More information about the macports-changes
mailing list