https://github.com/geodynamics/citcoms
Revision 0f33eded334e24c7e68c58202eaafb8a7b242bc4 authored by Leif Strand on 28 September 2005, 23:26:16 UTC, committed by Leif Strand on 28 September 2005, 23:26:16 UTC
that installing multiple packages to a single PREFIX "just works".
This also attempts to simulate the final installation environment,
which might make a difference in unusual cases.  Also, 'sed' the
install-time PYTHONPATH into CitComS scripts (instead of an explicit
list of @pythondir@'s).

Added _getPrivateDepositoryLocations() and CitcomS.pml.  Changed
"etc/citcoms" to "etc/CitcomS" for consistency with the Python package
name.  Add PACKAGE_VERSION to __init__.py, and added
pyconfig-generated config.py.  Freeze the full path to 'mpirun' and
'mpipython.exe' at 'configure' time.  First crack at batch system
configuration.

1 parent 76bf816
Raw File
Tip revision: 0f33eded334e24c7e68c58202eaafb8a7b242bc4 authored by Leif Strand on 28 September 2005, 23:26:16 UTC
Add ${pythondir} to PYTHONPATH before checking for Python modules, so
Tip revision: 0f33ede
Makefile.am
## Process this file with automake to produce Makefile.in
# $Id$

ACLOCAL_AMFLAGS = -I ./m4

if COND_PYRE
    MAYBE_PYRE = etc examples module pyre tests visual
endif

SUBDIRS = $(MAYBE_PYTHIA) $(MAYBE_EXCHANGER) lib drivers $(MAYBE_PYRE)
DIST_SUBDIRS = \
	$(MAYBE_DIST_PYTHIA) $(MAYBE_DIST_EXCHANGER) \
	lib drivers \
	etc examples module pyre tests visual

EXTRA_DIST = \
	CitcomS.py-LICENSE.txt \
	doc/CitComS.doxyconf

## end of Makefile.am
back to top