63 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
17d0a74402 Added explicit encoding when parsing README.rst 2024-03-19 11:29:43 +00:00
Craig Warren
66ff406a06 Updated copyright year 2023-03-24 11:50:02 +00:00
Craig Warren
5a1a90099f Updated copyright to 2022. 2022-01-06 21:01:41 +00:00
Craig Warren
74b66a2395 Update copyright to 2021 2021-12-13 16:01:31 +00:00
Craig Warren
db88bc1f4b Handle compilation on Apple Silicon 2021-12-13 15:58:39 +00:00
Craig Warren
e66fdc17b3 Added zip safe flag because of bad marshall data with setuptools. 2021-04-12 17:02:56 +01:00
Craig Warren
301e9da1bb Updated to recognise gcc v10 2020-07-17 13:57:43 +01:00
Craig Warren
dee2676052 Updated copyright notice year. 2020-01-28 12:37:45 +01:00
jasminium
71c86d152b replace linker args and libraries 2019-08-28 17:06:04 +01:00
jasminium
d4b44e0128 remove -fopenmp from linker args 2019-08-28 10:25:53 +01:00
Craig Warren
fed3ccdc8c Updated to allow gcc 9.x on macOS. 2019-05-17 11:20:25 +01:00
Craig Warren
20f3c01e0e Merge pull request #202 from nipunpruthi/pipLinux
<Pip install gprMax> now working for Linux
2019-04-17 15:32:05 +01:00
Craig Warren
6e6b712cae Overhaul of PMLs and introduction of new, optional MRIPML formulation. 2019-04-12 16:23:55 +01:00
Nipun Pruthi
042058aaa5 requirements updated in setup 2019-04-09 22:36:54 +05:30
Nipun Pruthi
47f6537255 Revert "setup.py buggy findpackage removed and manifest updated for user_model"
This reverts commit 9d708f48c5.
2019-04-07 04:37:48 +05:30
Nipun Pruthi
9d708f48c5 setup.py buggy findpackage removed and manifest updated for user_model 2019-04-04 02:28:57 +05:30
Nipun Pruthi
1a592d93b6 setup.py updated for pipy 2019-04-01 15:33:21 +05:30
Craig Warren
4ba466a0f8 Suppress nvcc warnings on Windows. 2019-02-13 09:36:24 +00:00
Craig Warren
0ca02137b3 Updated copyright date to 2019. 2019-01-04 09:25:37 +00:00
Craig Warren
98b3054901 Updated cleaning to remove .pyc files which can become corrupted. 2018-10-26 09:56:40 +01:00
Craig Warren
7b1a91ca76 Added checking for gcc 8.x 2018-05-03 13:12:49 +01:00
Craig Warren
fc7306c101 Updated copyright date. 2018-01-02 11:23:53 +00:00
Craig Warren
8bb0dd6c61 Added setting of -rpath for linker options on macOS. 2017-10-30 14:51:42 +00:00
Craig Warren
2f934092ce Add ability to compile with gcc 7. 2017-05-08 09:58:03 +01:00
Craig Warren
cc01ec595f Removed some commented out code that was unnecessary. 2017-05-05 12:17:35 +01:00
Craig Warren
57693ec3ba Added MANIFEST.in to ensure data files, i.e. materials files for user libraries, etc... are installed with the package. 2017-05-04 16:27:26 +01:00
Craig Warren
c03b5efa63 Formatting cleanups. 2017-01-26 16:23:29 +00:00
Craig Warren
c6d3fafb97 Updated copyright notices to 2017. 2017-01-18 14:16:20 +00:00
Craig Warren
785d601df3 Re-added '-march=native' compiler option for Mac/Linux. 2016-08-18 09:54:00 +01:00
Craig Warren
401ab5f87b Removed '-march=native' compiler options as it caused a problem on a Mac Mini. 2016-08-16 11:56:21 +01:00
Craig Warren
0f64138e3d Added -march=native compiler option for Linux/Mac OS X. 2016-08-11 16:09:34 +01:00
Craig Warren
aa6f6fdecd Updated sys.exit message. 2016-08-04 15:53:20 +01:00
Craig Warren
7f9e272e06 Added comment on Mac OS X compile args. 2016-08-04 10:43:44 +01:00
Craig Warren
852cbce96c Remove some compile args for Mac OS X. 2016-08-03 14:47:59 +01:00
Craig Warren
4407c358d6 Removed unnecessary code for creating binaries. 2016-07-21 17:16:00 +01:00
craig-warren
3823026dfc Clarified print message on build/build_ext. 2016-05-30 15:44:16 +01:00
Craig Warren
a8408a93a3 No static linking on Windows as there is no static version of the OpenMP library. 2016-05-24 16:05:02 +01:00
Craig Warren
589613761a Added flag to make Windows compiles do static linking. 2016-05-20 16:18:31 +01:00
Craig Warren
2a664d7fb7 Added all sub-packages to install. 2016-05-18 12:48:57 +01:00
Craig Warren
c3e7c69c01 Tidy of import commands. 2016-05-18 10:43:08 +01:00
jasminium
0b66c78849 install gprMax as a module 2016-05-12 11:11:06 +01:00
Craig Warren
8f4afff9ec Added support for gcc-6 on Mac OS X. 2016-05-09 12:58:01 +01:00
Craig Warren
a16558ae63 Commented out Mac OS X compilation options for specific user. 2016-02-29 09:47:11 +00:00
Craig Warren
70ed2cf7a1 Added '-fstrict-aliasing', '-fno-common' options to Mac OS X compilation. These were missing when compiling in conda environment and causing slowdown of threaded code. 2016-02-23 17:36:31 +00:00
Craig Warren
4831afba1a Added check for Python 3.4 2016-02-09 19:22:10 +00:00
Craig Warren
d0a07f0470 No \openmp flag required for the linker in Windows. 2016-01-21 11:02:09 +00:00
Craig Warren
09b2807d7e Removed reliance on pwd module. 2016-01-21 10:33:53 +00:00
craig-warren
b275e6a65a Updated how the version number is accessed. 2016-01-20 19:28:32 +00:00
Craig Warren
9cd8f7f8bd Updated to static linking on Mac OS X, only for uploads to GitHub, i.e. not when used by developers. 2016-01-19 16:00:23 +00:00
Rajath Kumar M P
4a41c6a591 Edit #1 2016-01-18 23:33:38 +05:30