ckolivas
3983f1b9c3
Breaks nvidia building. Roll back for now.
...
Revert "configure.ac, Makefile.am: Allow setting of OpenCL location"
This reverts commit a9893d818dac53cb52c2ed06ece59195228f44d9.
14 years ago
Tom Rini
2a8475b5bd
configure.ac, Makefile.am: Allow setting of OpenCL location
...
Add two new configure flags, --with-opencl-libdir and --with-opencl-inc
to specify where OpenCL headers and libraries exist. This now adds
a test for the OpenCL header file and makes not finding the library
or headers a fatal error.
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
14 years ago
Con Kolivas
dde7039726
Merge gpumining from oclmine. Unstable.
14 years ago
Christian Ludwig
feb02dfb62
Fix libcurl include path
...
Fix the include path for libcurl, if it was installed in a location
where gcc does not look by default. The variable is declared in
the LIBCURL_CHECK_CONFIG m4 macro.
14 years ago
fleger
a9a2840d81
Proper platform detection.
...
Use target instead of host.
Fix compilation for non win32 and non x86_64 platforms.
14 years ago
Jeff Garzik
0258fae450
Fix Windows build, that broke with yasm integration
14 years ago
Jeff Garzik
4f7a51e9ed
Move all RPC I/O to separate thread.
14 years ago
Jeff Garzik
aaf46802be
Makefile.am: neaten minerd sources list
14 years ago
Mark Crichton
96d2287c72
X86_64 SSE2 support for Linux
14 years ago
Jeff Garzik
6d2882937f
Add support for JSON-format configuration file
14 years ago
Jeff Garzik
74bb196296
Add Crypto++ sha256 implementation (C only, ASM elided for now)
14 years ago
Jeff Garzik
339ddf4d75
Move sha256_generic into its own .o build output. Const-ify midstate param.
14 years ago
Jeff Garzik
e2eeaaf75b
Add experimental (read: probably broken) VIA padlock support.
14 years ago
Jeff Garzik
c639149977
Add tcatm's 4way SSE2 sha256 implementation.
14 years ago
Jeff Garzik
0a333110f7
Build on Windows using mingw32.
14 years ago
Jeff Garzik
4575851ea3
Build jansson 1.3 in-tree, if not present on system.
14 years ago
Jeff Garzik
750deb7a99
Makefile.am: add compat.h, to correct 'make distcheck' failures
14 years ago
Jeff Garzik
59f1fb2ec8
Link with pthreads lib, if present. Remove GNU-specific asprintf usage.
14 years ago
Jeff Garzik
945be82ea1
Move utility routines to util.c.
14 years ago
Jeff Garzik
1032fec15b
Allocate work struct once, on stack, rather than alloc+free for each getwork.
14 years ago
Jeff Garzik
a614823fa7
Remove unused OpenSSL dependency.
...
Also, turn a few strings into #define'd constants.
14 years ago
Jeff Garzik
82fff8f4cf
Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.
14 years ago
Jeff Garzik
702e2ac811
Convert over to autotools. Release version 0.1.
14 years ago