Bug introduced in previous commit. Corrected

This commit is contained in:
Anthony Scemama 2013-07-09 17:05:56 +02:00
parent 90c16dc7f5
commit 1b3924c615
4 changed files with 3 additions and 1 deletions

1
README
View File

@ -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

Binary file not shown.

View File

@ -1,5 +1,5 @@
include version
default:
default: version
set -x
NAME=irpf90-$(VERSION)-noarch-src.tar.gz ;\
cd ..;\

View File

@ -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