Merge branch 'master' into reconnection
This commit is contained in:
commit
56b0be0cb4
@ -16,7 +16,8 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: build with make
|
||||
image: ubuntu-hpc:1
|
||||
pull: never
|
||||
image: ubuntu/hpc:latest
|
||||
commands:
|
||||
- cd ./build
|
||||
- cp -al make.default make.config
|
||||
@ -31,7 +32,8 @@ steps:
|
||||
- make MPI=Y NDIMS=3 -j 4
|
||||
|
||||
- name: build with cmake
|
||||
image: ubuntu-hpc:1
|
||||
pull: never
|
||||
image: ubuntu/hpc:latest
|
||||
commands:
|
||||
- mkdir ./build-cmake/
|
||||
- cd ./build-cmake/
|
||||
|
@ -17,7 +17,7 @@ setuptools.setup(
|
||||
},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU General Public License v3",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
package_dir={"": "src"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user