Skip to content

Commit

Permalink
fixed build errors; install Flobnar from patched repo
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Oct 5, 2019
1 parent f1aaa28 commit f07376a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion languages/dirty
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rm -rf dirty
git clone https://github.com/Ourous/dirty.git
cd dirty
cp -r /opt/clean .
mkdir clean/Temp
mkdir -p clean/Temp
CLEAN_HOME=clean clean/bin/cpm dirty_linux.prj
rm -r clean

Expand Down
2 changes: 1 addition & 1 deletion languages/flobnar
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ err=0
trap 'err=1' ERR

rm -rf flobnar
git clone https://github.com/TryItOnline/flobnar.git
git clone https://github.com/Reconcyl/flobnar.git
cd flobnar
cargo build --release

Expand Down
2 changes: 1 addition & 1 deletion stage/515-configurednf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
err=0
trap 'err=1' ERR

dnf install wget -y
dnf install dnf-utils wget -y
rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
dnf config-manager --add-repo http://download.mono-project.com/repo/centos8/
dnf copr enable dmoerner/outils -y
Expand Down
4 changes: 1 addition & 3 deletions stage/530-installwithdnf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ dnf install -y \
man-pages maven maxima mercurial mesa-libGL-devel mlton mod_ssl mono-basic mono-complete mpfr-devel mpir-devel moreutils moreutils-parallel msbuild nano nasm ncurses-compat-libs ncurses-compat-libs.i686 nettle-devel neovim-0.3.1 nim ninja-build npm nuget \
ocaml ocl-icd octave-communications octave-devel openresty-resty openssl-devel outils pari-gp patch pcre-devel perl-App-cpanminus perl-App-s2p perl-Digest-CRC perl-Dir-Self perl-List-MoreUtils perl-Math-Pari perl-Sentinel perl-Switch \
perl-Text-Soundex perl-indirect php-cli php-json php-xml ponyc powershell psmisc pyephem pypy pypy3 python2-Cython python2-devel python38 python3-Cython python3-devel python3-dnf-plugin-versionlock python-certbot-apache rakudo \
redhat-rpm-config ruby-devel rubygem-rake rust SDL-devel scala snappy-devel sqlite-devel squirrel stack sudo swift-lang tcl-trf tcsh texlive-tex-bin time tree unixODBC-devel uuid-devel v8 vala vim \
re2c redhat-rpm-config ruby-devel rubygem-rake rust SDL-devel scala snappy-devel sqlite-devel squirrel stack sudo swift-lang tcl-trf tcsh texlive-tex-bin time tree unixODBC-devel uuid-devel v8 vala vim \
words xz xz-devel yash z3 zeromq-devel zsh \
'apache-commons-*' \
'perl-Task-Kensho-*'

dnf versionlock neovim

exit "$err"

0 comments on commit f07376a

Please sign in to comment.