Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92084782
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 17, 05:32
Size
328 B
Mime Type
text/x-python
Expires
Tue, Nov 19, 05:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22181479
Attached To
rLAMMPS lammps
setup.py
View Options
from
distutils.core
import
setup
from
distutils.extension
import
Extension
from
Cython.Distutils
import
build_ext
# To build do: python setup.py build_ext --inplace
ext_modules
=
[
Extension
(
"lmp2radii"
,[
"lmp2radii.pyx"
])]
setup
(
name
=
'lmp2radii'
,
cmdclass
=
{
'build_ext'
:
build_ext
},
ext_modules
=
ext_modules
)
Event Timeline
Log In to Comment