new Deepov 0.3 is source code only. Builds please!

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Ron Murawski
Posts: 397
Joined: Sun Oct 29, 2006 4:38 am
Location: Schenectady, NY

new Deepov 0.3 is source code only. Builds please!

Post by Ron Murawski »

Deepov 0.3 (UCI)
C++ source
- new version available as source code only: builds please?
https://github.com/RomainGoussault/Deepov/releases

other chess updates from today:
http://computer-chess.org/forum/index.p ... ad&id=3097

Ron
Dann Corbit
Posts: 12541
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: new Deepov 0.3 is source code only. Builds please!

Post by Dann Corbit »

I do not think deepov can be properly built.

It contains C++14 threading primitives and still retains some pthread goo. I guess that it is in between releases, because (while it will compile) I cannot imagine the binary acting sensibly.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
Ron Murawski
Posts: 397
Joined: Sun Oct 29, 2006 4:38 am
Location: Schenectady, NY

Re: new Deepov 0.3 is source code only. Builds please!

Post by Ron Murawski »

Dann Corbit wrote:I do not think deepov can be properly built.

It contains C++14 threading primitives and still retains some pthread goo. I guess that it is in between releases, because (while it will compile) I cannot imagine the binary acting sensibly.
Thanks, Dann.

It's puzzling that the author continues releasing new bundles of uncompilable code with new version numbers.

Ron
GoussLegend
Posts: 5
Joined: Mon Jan 11, 2016 9:34 pm

Re: new Deepov 0.3 is source code only. Builds please!

Post by GoussLegend »

Hi,

I am one (of the two) authors of Deepov.

The latest release of Deepov is working (as well as the other previous releases). I have uploaded the Linux binary on github => https://github.com/RomainGoussault/Deep ... s/tag/v0.3
I will try to add the windows build later this week.

We haven't thought too much on threading yet. If you think something might be wrong, don't hesitate to tell us.

Thanks,
Romain
User avatar
velmarin
Posts: 1600
Joined: Mon Feb 21, 2011 9:48 am

Re: new Deepov 0.3 is source code only. Builds please!

Post by velmarin »

If interests you, I compile versions 1 and 2 of deepov in windows, the engine shows weak, but seems that version 3 is somewhat better.
This version 3 I have not been able to compile .
I remember a problem with Thread
Welcome

Executables are x64.
http://www.mediafire.com/download/xsrfs ... /Deepov.7z
tmokonen
Posts: 1296
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: new Deepov 0.3 is source code only. Builds please!

Post by tmokonen »

Hi Romain,

Sorry to be a pain, but it seems that the link for your Linux compile is not working. In Firefox, I get an XML page with the error message "The specified key does not exist."
Ron Murawski
Posts: 397
Joined: Sun Oct 29, 2006 4:38 am
Location: Schenectady, NY

Re: new Deepov 0.3 is source code only. Builds please!

Post by Ron Murawski »

tmokonen wrote:Hi Romain,

Sorry to be a pain, but it seems that the link for your Linux compile is not working. In Firefox, I get an XML page with the error message "The specified key does not exist."
I get the same error
GoussLegend
Posts: 5
Joined: Mon Jan 11, 2016 9:34 pm

Re: new Deepov 0.3 is source code only. Builds please!

Post by GoussLegend »

Hi,

Thanks for the feedback. Can you please try again? I think the issue was github not liking dot in filenames.

This is the first time other people try out our engine, so other issues may appear.

Romain
tmokonen
Posts: 1296
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: new Deepov 0.3 is source code only. Builds please!

Post by tmokonen »

The download works now, at least for me. Thank you, Romain.
Ron Murawski
Posts: 397
Joined: Sun Oct 29, 2006 4:38 am
Location: Schenectady, NY

Re: new Deepov 0.3 is source code only. Builds please!

Post by Ron Murawski »

Works for me too! Thanks!