espressomd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ESPResSo-devel] [bug #42388] Build of python interface fails if feature


From: Florian Weik
Subject: [ESPResSo-devel] [bug #42388] Build of python interface fails if feature "MASS" is not activated.
Date: Mon, 19 May 2014 15:04:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?42388>

                 Summary: Build of python interface fails if feature "MASS" is
not activated.
                 Project: ESPResSo
            Submitted by: fweik
            Submitted on: Mon 19 May 2014 05:04:04 PM CEST
                Category: Simulation core
                Severity: 3 - Normal
                  Status: None
             Assigned to: rudolfweeber
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
           Fixed Release: None

    _______________________________________________________

Details:

Build of python fails if feature "MASS" is not activated.
Compilation of src/python/espresso/particle_data.pyx fails
with

/auto.anoa/home/fweik/Source/espresso/src/python/espresso/particle_data.pyx:50:21:
undeclared name not builtin: pointer_to_mass

Error compiling Cython file:
------------------------------------------------------------
...
        raise Exception("set particle position first")
    
    def __get__(self):
      self.updateParticleData()
      cdef double* x
      pointer_to_mass(&(self.particleData),x)

buids just fine with MASS feature.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?42388>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]