mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01: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
|
cat << EOF >> ${HOME}/.bash_profile
|
||||||
export PYTHONPATH=${IRPF90_HOME}/src:${PYTHONPATH}
|
export PYTHONPATH=${IRPF90_HOME}/src:${PYTHONPATH}
|
||||||
export PATH=${IRPF90_HOME}/bin:${PATH}
|
export PATH=${IRPF90_HOME}/bin:${PATH}
|
||||||
|
export MANPATH=${IRPF90_HOME}/man:${MANPATH}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
include version
|
include version
|
||||||
default:
|
default: version
|
||||||
set -x
|
set -x
|
||||||
NAME=irpf90-$(VERSION)-noarch-src.tar.gz ;\
|
NAME=irpf90-$(VERSION)-noarch-src.tar.gz ;\
|
||||||
cd ..;\
|
cd ..;\
|
||||||
|
@ -51,6 +51,7 @@ options['u'] = [ 'unused' , 'Print unused providers', 0 ]
|
|||||||
|
|
||||||
class CommandLine(object):
|
class CommandLine(object):
|
||||||
|
|
||||||
|
do_openmp = False
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
global options
|
global options
|
||||||
self._opts = None
|
self._opts = None
|
||||||
|
Loading…
Reference in New Issue
Block a user