Changeset 9f146fa


Ignore:
Timestamp:
06/15/10 21:58:34 (14 years ago)
Author:
Jan Meinke <j.meinke@…>
Branches:
master
Children:
3fbbfbb
Parents:
281b862
git-author:
Jan H. Meinke <meinke@…> (06/15/10 21:53:40)
git-committer:
Jan Meinke <j.meinke@…> (06/15/10 21:58:34)
Message:

Added comment describing how to compile a minimal interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r281b862 r9f146fa  
    129129
    130130# Build the python bindings
     131#
     132# The following line creates a minimal interface
     133#
     134# f2py --overwrite-signature -h basic_smmp.pyf -m smmp init_molecule.f init_energy.f energy.f utilities.f
     135#
    131136# The following line includes the minimum set of files needed to fullfill all dependencies.
    132137#
     
    141146        f2py -c -m smmp basic_smmp.pyf init_molecule.f init_energy.f bldmol.f nursvr.f pdbread.f redvar.f redseq.f outvar.f redstr.f enysol.f setmvs.f mklist.f getmol.f helix.f contacts.f dihedr.f setvar.f init_lund.f90 rmsdfun.f addend.f difang.f energy.f enyshe_p.f enyflx.f enylun.f eninteract.f enyreg.f eyabgn.f esolan.f gradient.f twister.f opesol.f opeflx.f opereg.f opeshe.f utilities.f -I/usr/lib/mpi/gcc/openmpi/include -I/usr/lib/mpi/gcc/openmpi/lib -L/usr/lib/mpi/gcc/openmpi/lib -lmpi_f90 -lmpi_f77 -lmpi -lopen-rte -lopen-pal -ldl  -lutil -lm -ldl
    142147
     148newbasicpybind: init_molecule.f init_energy.f energy.f utilities.f
     149        f2py --overwrite-signature -h basic_smmp.pyf -m smmp init_molecule.f init_energy.f energy.f utilities.f
    143150
    144151newpybind: $(FILES)
Note: See TracChangeset for help on using the changeset viewer.