[cig-commits] [commit] master, python-removal, rajesh-petsc-schur: minor corrections to get Py2C to build automatically (3a7ef1b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:03:28 PST 2014


Repository : https://github.com/geodynamics/citcoms

On branches: master,python-removal,rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

>---------------------------------------------------------------

commit 3a7ef1bc943866ac51f59d63baa7553d42b88d81
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Wed Aug 27 15:00:27 2014 -0700

    minor corrections to get Py2C to build automatically


>---------------------------------------------------------------

3a7ef1bc943866ac51f59d63baa7553d42b88d81
 .gitignore       | 1 +
 Py2C/Makefile.am | 2 +-
 configure.ac     | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8a218eb..e4e8ffc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ bin/citcoms
 bin/mpipycitcoms
 bin/pycitcoms
 visual/project_geoid
+Py2C/Py2C
 
 # ignore LaTex aux files, log files, etc
 *.aux
diff --git a/Py2C/Makefile.am b/Py2C/Makefile.am
index 986959e..68d76c5 100644
--- a/Py2C/Makefile.am
+++ b/Py2C/Makefile.am
@@ -26,7 +26,7 @@
 
 AM_CPPFLAGS = -std=c++11
 
-bin_PROGRAMS = ../bin/Py2C
+bin_PROGRAMS = Py2C
 
 bin_SCRIPTS =
 
diff --git a/configure.ac b/configure.ac
index 6a1284e..fabcaf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,6 +139,7 @@ AC_CONFIG_FILES([Makefile
                  examples/Makefile
                  lib/Makefile
                  tests/Makefile
+                 Py2C/Makefile
                  visual/Makefile
                  visual/OpenDXMacro/Makefile])
 



More information about the CIG-COMMITS mailing list