Displaying 15 results from an estimated 15 matches for "libfftw3".
2009 Dec 30
0
[PATCH] Link libspeexdsp with libfftw3 when needed
When built with --with-fft=gpl-fftw3, libspeexdsp is not linked with
libfftw3, while it uses symbols from it. This means every object linked
with libspeexdsp should also be linked with libfftw3, but it is not
something reflected in the pkgconfig file.
Instead, link libspeexdsp with libfftw3 when --with-fft=gpl-fftw3, and
remove explicit link with libfftw3 in objects build b...
2008 Aug 12
1
Conflict between octave3.0-headers and r-base-dev
...o r-base-dev and octave3.0-headers can't be installed
together.
Is this a known issue?
Thanks,
Gad
$ sudo apt-get install octave3.0-headers
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libblas-dev libfftw3-dev libhdf5-serial-dev liblapack-dev
Suggested packages:
libhdf5-doc
The following packages will be REMOVED:
r-base-dev refblas3-dev
The following NEW packages will be installed:
libblas-dev libfftw3-dev libhdf5-serial-dev liblapack-dev
octave3.0-headers
--
Gad Abraham
Dept. CSSE and N...
2009 Jun 18
1
biOps load failed after being used for one week
Hi,
I installed biOps on my XP, and installed the required dll packages,
jpeg62.dll, libfftw3-3.dll, and libtiff3.dll, as suggested by this forum.
Then it worked perfectly for about one week till this afternoon. When I
tried to load biOps again, I got the following error message again
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
'C:/PROGR...
2011 Oct 18
4
Wine no works in lubuntu
i install wine 1.3 from synaptic and later i tried from terminal, but no works.
i need help.
:/
2013 Mar 04
1
installing biOps on MacOSX fails
...ng to install biOps on MacOS X 10.8.2
First, I have tiff, fftw-3, jpeg
and set paths like
cd /usr/include
sudo ln -s /usr/local/include/fftw3.h
for x in /usr/local/include/j*.h; do sudo ln -s $x; done
for x in /usr/local/include/tiff*.h; do sudo ln -s $x; done
cd /usr/lib
for x in /usr/local/lib/libfftw3.*; do sudo ln -s $x; done
for x in /usr/local/lib/libjpeg.*; do sudo ln -s $x; done
for x in /usr/local/lib/libtiff.*; do sudo ln -s $x; done
then run,
install.packages("biOps", repos="http://cran.md.tsukuba.ac.jp/", type="source")
but it gives errors like the foll...
2017 May 15
8
Frauenhofer signing off on mp3, ogg stream player for Macs?
Fraunhofer Institute for Integrated Circuits has stopped providing
licenses for MP3 technology, "[...] noting that more superior audio
formats have rendered the MP3 obsolete. Speaking to National Public
Radio (USA), the Fraunhofer Institute said AAC has since become the 'de
facto standard for music download and videos on mobile phones.' "
2007 Dec 11
1
error trying to load biOps under 2.6.1 running XP
I'm running R 2.6.1 on a WXP machine. When I do the following I get an
error message.
> library(biOps)
Error in dyn.load(file, ...) :
unable to load shared library
'C:/PROGRA~1/R/R-26~1.1/library/biOps/libs/biOps.dll':
LoadLibrary failure: The specified module could not be found.
Error: package/namespace load failed for 'biOps'
Please help, or comments about what
2009 Jun 18
0
biOps load failed
Hi,
I installed biOps on my XP, and installed the required dll packages,
jpeg62.dll, libfftw3-3.dll, and libtiff3.dll, as suggested. Then it worked
perfectly for about one week till this afternoon. When I tried to load biOps
again, I got the following error message again
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
'C:/PROGRA~1/R/R-29~1.0...
2017 May 15
0
Frauenhofer signing off on mp3, ogg stream player for Macs?
...32 kbit/s). Quote from
Wikipedia "Data from this testing also indicated that some individuals
confused 48 kbit/s encoded material with an uncompressed original."
In order to quickly compile your ?libaacplus library, you can type the
following commands in your shell:
# apt-get install libfftw3-dev pkg-config autoconf automake libtool unzip
$ wget
http://tipok.org.ua/downloads/media/aacplus/libaacplus/libaacplus-2.0.2.tar.gz
$ tar -xzf libaacplus-2.0.2.tar.gz
$ cd libaacplus-2.0.2
$ ./autogen.sh --enable-shared --enable-static
$ make
# make install
# ldconfig
P.S. If you are using Ubunt...
2008 Oct 18
1
octave
...ansaction check
---> Package octave.i386 6:3.0.1-2.el5 set to be updated
--> Processing Dependency: libcamd.so.2 for package: octave
--> Processing Dependency: libumfpack.so.5 for package: octave
--> Processing Dependency: libcolamd.so.2 for package: octave
--> Processing Dependency: libfftw3.so.3 for package: octave
--> Processing Dependency: libccolamd.so.2 for package: octave
--> Processing Dependency: libblas.so.3 for package: octave
--> Processing Dependency: libglpk.so.0 for package: octave
--> Processing Dependency: libcholmod.so.1 for package: octave
--> Processin...
2010 Jun 12
1
sharing experience - installing R Spatial Views
...ainer.h:43: error: `eps' was not declared in this scope
optimisation/ModelTrainer.h:47: error: `itpp' is not a namespace-name
..
..
..
make: *** [astonGeostats.o] Error 1
ERROR: compilation failed for package ?psgp?
solved:
apt-get install libblas-dev libblas3gf liblapack-dev liblapack3gf
libfftw3-3 libfftw3-dev
apt-get install libitpp-dev libitpp6gf
================================================================================================
gcc34 script:
#/bin/sh
mkdir DELEME &&
cd DELEME &&
wget
http://ge.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-3.4/libstdc++6-de...
2017 May 17
3
Frauenhofer signing off on mp3, ogg stream player for Macs?
...Wikipedia "Data from this testing also indicated that some individuals
>confused 48 kbit/s encoded material with an uncompressed original."
>
>In order to quickly compile your ?libaacplus library, you can type the
>following commands in your shell:
>
># apt-get install libfftw3-dev pkg-config autoconf automake libtool unzip
>$ wget
>http://tipok.org.ua/downloads/media/aacplus/libaacplus/libaacplus-2.0.2.tar.gz
>$ tar -xzf libaacplus-2.0.2.tar.gz
>$ cd libaacplus-2.0.2
>$ ./autogen.sh --enable-shared --enable-static
>$ make
># make install
># ldcon...
2020 May 14
0
Ailing MATE desktop
...ded by (installed) wireless-tools-1:29-25.el8.x86_64
error: Failed dependencies:
libdjvulibre.so.21()(64bit) is needed by (installed) atril-libs-1.22.3-2.el8.x86_64
error: Failed dependencies:
libenchant.so.1()(64bit) is needed by (installed) pluma-1.24.0-1.el8.x86_64
error: Failed dependencies:
libfftw3.so.3()(64bit) is needed by (installed) ImageMagick-libs-0:6.9.10.86-1.el8.x86_64
libfftw3.so.3()(64bit) is needed by (installed) ImageMagick-0:6.9.10.86-1.el8.x86_64
error: Failed dependencies:
gamin is needed by (installed) caja-1.22.3-2.el8.x86_64
error: Failed dependencies:
libcdt.so.5()(64bi...
2020 May 14
2
Ailing MATE desktop
> On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS
> wrote:
>> On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS
>> wrote:
>> > I'm about ready to run "dnf erase *mate*" and try re-installing
>> > MATE
>> > from scratch from the GNOME3 desktop. Is that possible without
>> > ripping
>>
2017 May 29
0
[PATCH] Add CMake build script
...st.txt
+compile_commands.json
+CTestTestfile.cmake
diff --git a/.travis.yml b/.travis.yml
index ff85bc3..2bc028b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,25 @@
language: c
+sudo: false
+dist: trusty
+addons:
+ apt:
+ packages:
+ - libogg-dev
+ - libspeexdsp-dev
+ - libfftw3-dev
env:
- - CONFIG=""
- - CONFIG="--enable-fixed-point"
- - CONFIG="--enable-fixed-point --disable-float-api"
- - CONFIG="--enable-vorbis-psy"
- - CONFIG="--disable-binaries"
+ matrix:
+ - CMAKE=1 CONFIG=""
+ - CMAKE=1 CONF...