Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.65 KB | None | 0 0
  1. *** foo3/libpg/Makefile 2010-11-08 09:42:26.700920427 +0100
  2. --- foo2/libpg/Makefile 2010-11-08 10:10:00.549582429 +0100
  3. ***************
  4. *** 8,28 ****
  5.   # Boost sandbox is a set of user contributed bindings for CLAPACK
  6.   # ATLAS. This is not needed for basic compilation, but is needed
  7.   # if you intend ot use ATLAS *OR* CLAPACK
  8. ! HAVESANDBOX=-DHAVE_BOOST_SANDBOX
  9.  
  10.   # Atlas speeds up large neural nets
  11. ! HAVEATLAS=-DHAVE_ATLAS
  12.  
  13.   # CLAPACK provides svd and other linear algebra
  14.   #HAVECLAPACK=-DHAVE_CLAPACK
  15.  
  16.   # If not in standard places, point to Boost, Atlas, and CLAPACK
  17. ! INCLUDES=-I../boost-numeric-bindings -I../ATLAS/include -L/usr/lib/atlas-base/atlas
  18.  
  19.   # These optimisations make a HUGE difference, but leave them off
  20.   # until your sure your code works
  21. ! OPTIMS=-O3 -DNDEBUG
  22. ! #DEBUG=-g -O0
  23.  
  24.   ##################### DO NOT EDIT BELOW ############################
  25.   # Unless you know what you're doing.
  26. --- 8,28 ----
  27.   # Boost sandbox is a set of user contributed bindings for CLAPACK
  28.   # ATLAS. This is not needed for basic compilation, but is needed
  29.   # if you intend ot use ATLAS *OR* CLAPACK
  30. ! #HAVESANDBOX=-DHAVE_BOOST_SANDBOX
  31.  
  32.   # Atlas speeds up large neural nets
  33. ! #HAVEATLAS=-DHAVE_ATLAS
  34.  
  35.   # CLAPACK provides svd and other linear algebra
  36.   #HAVECLAPACK=-DHAVE_CLAPACK
  37.  
  38.   # If not in standard places, point to Boost, Atlas, and CLAPACK
  39. ! #INCLUDES
  40.  
  41.   # These optimisations make a HUGE difference, but leave them off
  42.   # until your sure your code works
  43. ! #OPTIMS=-O3 -DNDEBUG
  44. ! DEBUG=-g -O0
  45.  
  46.   ##################### DO NOT EDIT BELOW ############################
  47.   # Unless you know what you're doing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement