diff options
author | Rohit Goswami <rog32@hi.is> | 2021-08-28 21:55:46 +0000 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2021-09-20 20:23:54 +0000 |
commit | af5510bc4b1b866a8026bfa71af43d69045b4e88 (patch) | |
tree | 669560dd51d84466b936c794c1c17845bf3c4f65 /numpy/f2py/auxfuncs.py | |
parent | 50785ae68e95296c9afbe62c3f50e5d9c6b71c64 (diff) | |
download | numpy-af5510bc4b1b866a8026bfa71af43d69045b4e88.tar.gz |
MAINT,DOC: f2py cleanup
Diffstat (limited to 'numpy/f2py/auxfuncs.py')
-rw-r--r-- | numpy/f2py/auxfuncs.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/f2py/auxfuncs.py b/numpy/f2py/auxfuncs.py index 5250fea84..c8f2067c9 100644 --- a/numpy/f2py/auxfuncs.py +++ b/numpy/f2py/auxfuncs.py @@ -347,9 +347,9 @@ def iscomplexfunction_warn(rout): ************************************************************** Warning: code with a function returning complex value may not work correctly with your Fortran compiler. - Run the following test before using it in your applications: - $(f2py install dir)/test-site/{b/runme_scalar,e/runme} - When using GNU gcc/g77 compilers, codes should work correctly. + When using GNU gcc/g77 compilers, codes should work + correctly for callbacks with: + f2py -c -DF2PY_CB_RETURNCOMPLEX **************************************************************\n""") return 1 return 0 |