Browse code

Add libyaml-devel package dependancy

Without libyaml-devel package installed (on Fedora-20),
running ./stack throws:

[. . .]
build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h:
No such file or directory #include <yaml.h> ^ compilation terminated.

libyaml is not found or a compiler error: forcing --without-libyaml
[. . .]

Adding this dependency to files/rpms/general resolves it. Also added to
files/apts/general.

Change-Id: If1aa23bf3fc76ea2b321c3725dd07050ddd4b825

Kashyap Chamarthy authored on 2014/06/25 19:51:05
Showing 2 changed files
... ...
@@ -22,3 +22,4 @@ python-cmd2 # dist:precise
22 22
 python-dev
23 23
 python2.7
24 24
 bc
25
+libyaml-dev
... ...
@@ -23,6 +23,7 @@ unzip
23 23
 wget
24 24
 which
25 25
 bc
26
+libyaml-devel
26 27
 
27 28
 # [1] : some of installed tools have unversioned dependencies on this,
28 29
 # but others have versioned (<=0.7).  So if a later version (0.7.1)