~ubuntu-branches/ubuntu/vivid/igraph/vivid

« back to all changes in this revision

Viewing changes to optional/glpk/glpapi06.c

  • Committer: Package Import Robot
  • Author(s): Tamás Nepusz, Andreas Tille, Tamas Nepusz
  • Date: 2014-08-29 08:39:02 UTC
  • mfrom: (7.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140829083902-y4k2iu2mlizkq0o0
Tags: 0.7.1-2
[ Andreas Tille ]
* Move packagiong from SVN to Git

[ Tamas Nepusz ]
* Remove debian/patches/link_f2c.patch; f2c linkage not needed if
  BLAS, LAPACK and ARPACK are all linked dynamically
  Closes: #702882
* debian/patches/remove_unused_test_target.patch added to make
  dh_auto_test work
* debian/patches/fix_failing_tests.patch added to fix some failing
  test cases 
* debian/patches/cppflags_restore.patch added to fix incorrect
  handling of CPPFLAGS in the configure script
* debian/patches/drl_spelling_fix.patch added to fix a spelling
  error in the source and silence a lintian warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
*  along with GLPK. If not, see <http://www.gnu.org/licenses/>.
23
23
***********************************************************************/
24
24
 
 
25
#ifdef __clang__
 
26
#pragma clang diagnostic ignored "-Wself-assign"
 
27
#endif
 
28
 
25
29
#include "glpios.h"
26
30
#include "glpnpp.h"
27
31
#include "glpspx.h"