[PD-cvs] externals/sc4pd config-pd-linux.txt,1.8,1.9 make-files.txt,1.24,1.25

Tim Blechmann timblech at users.sourceforge.net
Thu Sep 9 10:45:19 CEST 2004


Update of /cvsroot/pure-data/externals/sc4pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30080

Modified Files:
	config-pd-linux.txt make-files.txt 
Log Message:
lfdnoises and interpolating vector/scalar operations

Index: config-pd-linux.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/sc4pd/config-pd-linux.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** config-pd-linux.txt	8 Aug 2004 11:10:29 -0000	1.8
--- config-pd-linux.txt	9 Sep 2004 08:45:15 -0000	1.9
***************
*** 2,6 ****
  
  # your c++ compiler (if not g++)
!  CXX=icc
  
  
--- 2,6 ----
  
  # your c++ compiler (if not g++)
! # CXX=icc
  
  
***************
*** 30,35 ****
  # (check whether they fit to your system!)
  #UFLAGS=-xN -tpp7 -ip -ipo_obj    # icc
! UFLAGS=-g -mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse  # gcc 3.2 
! 
  
  # define to link against shared flext library (flext version >= 0.5.0)
--- 30,34 ----
  # (check whether they fit to your system!)
  #UFLAGS=-xN -tpp7 -ip -ipo_obj    # icc
! UFLAGS=-march=pentium4 -mmmx -msse2 -msse -mfpmath=sse -g  # gcc 3.2 
  
  # define to link against shared flext library (flext version >= 0.5.0)

Index: make-files.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/sc4pd/make-files.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** make-files.txt	8 Aug 2004 17:30:20 -0000	1.24
--- make-files.txt	9 Sep 2004 08:45:16 -0000	1.25
***************
*** 16,18 ****
  	TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp RLPF.cpp RHPF.cpp LPF.cpp \
  	HPF.cpp BPF.cpp BRF.cpp LPZ1.cpp HPZ1.cpp LPZ2.cpp HPZ2.cpp \
! 	BPZ2.cpp BRZ2.cpp
--- 16,19 ----
  	TwoPole.cpp TwoZero.cpp FOS.cpp SOS.cpp RLPF.cpp RHPF.cpp LPF.cpp \
  	HPF.cpp BPF.cpp BRF.cpp LPZ1.cpp HPZ1.cpp LPZ2.cpp HPZ2.cpp \
! 	BPZ2.cpp BRZ2.cpp LFDNoise0.cpp LFDNoise1.cpp LFDNoise2.cpp \
! 	sc+.cpp sc-.cpp





More information about the Pd-cvs mailing list