你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Updated structure to group Cython and CUDA modules in separate folders.
这个提交包含在:
4
setup.py
4
setup.py
@@ -51,8 +51,8 @@ with open('README.rst','r') as fd:
|
||||
long_description = fd.read()
|
||||
|
||||
# Python version
|
||||
if sys.version_info[:2] < (3, 4):
|
||||
sys.exit('\nExited: Requires Python 3.4 or newer!\n')
|
||||
if sys.version_info[:2] < (3, 6):
|
||||
sys.exit('\nExited: Requires Python 3.6 or newer!\n')
|
||||
|
||||
# Process 'build' command line argument
|
||||
if 'build' in sys.argv:
|
||||
|
在新工单中引用
屏蔽一个用户