diff options
author | Christian Veenhuis <veenhuis@gmail.com> | 2023-03-24 22:04:15 +0000 |
---|---|---|
committer | Christian Veenhuis <veenhuis@gmail.com> | 2023-03-24 22:04:15 +0000 |
commit | 1dd6ef0114baee9301b8bd2a91c3c04870c8345a (patch) | |
tree | 789b3b52db8c0e36095665d26a34eba4c88c7bd0 /numpy/distutils/fcompiler/absoft.py | |
parent | d57ec6145ed3833da4e5f0386a9d77994201171f (diff) | |
download | numpy-1dd6ef0114baee9301b8bd2a91c3c04870c8345a.tar.gz |
MAINT Fix broken links in absoft.py
Diffstat (limited to 'numpy/distutils/fcompiler/absoft.py')
-rw-r--r-- | numpy/distutils/fcompiler/absoft.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/distutils/fcompiler/absoft.py b/numpy/distutils/fcompiler/absoft.py index efe3a4cb5..68f516b92 100644 --- a/numpy/distutils/fcompiler/absoft.py +++ b/numpy/distutils/fcompiler/absoft.py @@ -1,6 +1,6 @@ -# http://www.absoft.com/literature/osxuserguide.pdf -# http://www.absoft.com/documentation.html +# Absoft Corporation ceased operations on 12/31/2022. +# Thus, all links to <http://www.absoft.com> are invalid. # Notes: # - when using -g77 then use -DUNDERSCORE_G77 to compile f2py |