diff --git a/README b/README index 789b34a..da145fc 100644 --- a/README +++ b/README @@ -19,6 +19,7 @@ ${IRPF90_HOME} is the location of your irpf90 directory:: cat << EOF >> ${HOME}/.bash_profile export PYTHONPATH=${IRPF90_HOME}/src:${PYTHONPATH} export PATH=${IRPF90_HOME}/bin:${PATH} + export MANPATH=${IRPF90_HOME}/man:${MANPATH} EOF diff --git a/man/man1/irpf90.1.gz b/man/man1/irpf90.1.gz index 1342fca..5ec373a 100644 Binary files a/man/man1/irpf90.1.gz and b/man/man1/irpf90.1.gz differ diff --git a/packages/Makefile b/packages/Makefile index 846ef1d..5bb6a6c 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -1,5 +1,5 @@ include version -default: +default: version set -x NAME=irpf90-$(VERSION)-noarch-src.tar.gz ;\ cd ..;\ diff --git a/src/command_line.py b/src/command_line.py index 4aba685..f25e81b 100644 --- a/src/command_line.py +++ b/src/command_line.py @@ -51,6 +51,7 @@ options['u'] = [ 'unused' , 'Print unused providers', 0 ] class CommandLine(object): + do_openmp = False def __init__(self): global options self._opts = None