mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-10-10 10:01:40 +02:00
Bug introduced in previous commit. Corrected
This commit is contained in:
parent
90c16dc7f5
commit
1b3924c615
1
README
1
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
|
||||
|
||||
|
||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
include version
|
||||
default:
|
||||
default: version
|
||||
set -x
|
||||
NAME=irpf90-$(VERSION)-noarch-src.tar.gz ;\
|
||||
cd ..;\
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user