Browse Source

Fixed some bugs that prevented compilation

Ovidio Peña Rodríguez 8 years ago
parent
commit
8358bf3c69
3 changed files with 20 additions and 3 deletions
  1. 1 1
      README.md
  2. 17 0
      debian/changelog
  3. 2 2
      debian/control

+ 1 - 1
README.md

@@ -35,7 +35,7 @@ To compile the source you will need a C++11 capable compiler. To use
 MultiPrecision feature you need to install Boost.Multiprecision
 library:
 
- - **libboost-dev-all (>= 1.58.0)**
+ - **libboost-all-dev (>= 1.58.0)**
 
 To compile the Python extension you need [NumPy](http://www.numpy.org/):
 

+ 17 - 0
debian/changelog

@@ -3,26 +3,43 @@ python-scattnlay (2.1.0-1) xenial; urgency=low
   * Updated for Xenial Xerus (2.1.0-1)
  -- Ovidio Peña Rodríguez <ovidio@bytesfall.com>  Thu, 19 Jan 2017 10:45:13 +0200
 
+python-scattnlay (2.1.0-1) trusty; urgency=low
+
   * Updated for Trusty Tahr (2.1.0-1)
  -- Ovidio Peña Rodríguez <ovidio@bytesfall.com> Thu, 16 Jan 2017 16:45:13 +0200
 
+python-scattnlay (2.0.0-1) utopic; urgency=low
+
   * Updated for Utopic Unicorn (2.0.0-1)
  -- Ovidio Peña Rodríguez <ovidio@bytesfall.com>  Thu, 06 May 2015 16:45:13 +0200
  
+python-scattnlay (0.3.1-1) utopic; urgency=low
+
    * Updated for Utopic Unicorn (0.3.1-1)
  -- Ovidio Peña Rodríguez <ovidio@bytesfall.com> Thu, 10 December 2014 16:45:13 +0200
 
+python-scattnlay (0.3.0-1) utopic; urgency=low
+
   * Updated for Utopic Unicorn (0.3.0-1)
  -- Ovidio Peña Rodríguez <ovidio@bytesfall.com>  Thu, 13 November 2014 16:45:13 +0200
   
+python-scattnlay (0.2.1-1) trusty; urgency=low
+
   * Updated for Trusty Tahr (0.2.1-1)
  -- Ovidio Peña Rodríguez <ovidio@bytesfall.com>  Mon, 26 May 2014 16:45:13 +0200
  
+python-scattnlay (0.1.0-1) raring; urgency=low
+
   * Updated for Raring Ringtail (0.1.0-1)
  -- Ovidio Peña Rodríguez <ovidio@bytesfall.com>  Wed, 02 Sep 2013 16:45:13 +0200
  
+python-scattnlay (0.1.0-1) precise; urgency=low
+
   * Updated for Precise Pangolin (0.1.0-1)
  -- Ovidio Peña Rodríguez <ovidio@bytesfall.com>  Sun, 13 May 2012 16:45:13 +0200
  
+python-scattnlay (0.1.0-1) lucid; urgency=low
+
   * Initial release for Lucid Lynx (0.1.0)
  -- Ovidio Pena Rodriguez <ovidio@bytesfall.com>   Sun, 13 Dec 2009 15:24:08 +0100
+ 

+ 2 - 2
debian/control

@@ -2,7 +2,7 @@ Source: python-scattnlay
 Section: science
 Priority: optional
 Maintainer: Ovidio Peña Rodríguez <ovidio@bytesfall.com>
-Build-Depends: debhelper (>=7.0.0), dh-python, cdbs (>= 0.4.49), libboost-dev-all (>= 1.58.0), python-numpy (>= 1.0), python-all-dev, python-numpy-dev
+Build-Depends: debhelper (>=7.0.0), dh-python, cdbs (>= 0.4.49), libboost-all-dev (>= 1.58.0), python-numpy (>= 1.0), python-all-dev, python-numpy-dev
 X-Python-Version: >=2.4
 Standards-Version: 3.8.3
 
@@ -10,7 +10,7 @@ Package: python-scattnlay
 Architecture: any
 Homepage: http://scattering.sourceforge.net/
 XB-Python-Version: ${python:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numpy (>= 1.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libboost-math (>= 1.58.0), python-numpy (>= 1.0)
 Description: Calculation of the scattering of EM radiation by a multilayered sphere
  The Python version of scattnlay, a computer implementation of the algorithm
  for the calculation of electromagnetic radiation scattering by a multilayered