Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./build.sh needlessly recompiles OPAM dependencies #1

Closed
jeehoonkang opened this issue Jun 15, 2017 · 0 comments
Closed

./build.sh needlessly recompiles OPAM dependencies #1

jeehoonkang opened this issue Jun 15, 2017 · 0 comments

Comments

@jeehoonkang
Copy link
Contributor

./build.sh's line 9 tries to recompile OPAM dependencies even if they are already installed. I hope we can just skip it.

$ opam install sparrow --yes --deps-only


=-=- Synchronising pinned packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[sparrow] /home/jeehoonkang/Works/sparrow/ already up-to-date
The following actions will be performed:
  ∗  install   conf-perl     1             
  ∗  install   ppx_tools     5.0           
  ∗  install   camlidl       1.05          
  ∗  install   result        1.2           
  ∗  install   bson          0.89.3        
  ∗  install   base-num      base          
  ∗  install   conf-gmp      1             
  ∗  install   ppx_core      113.33.01+4.03
  ∗  install   ppx_deriving  4.1           
  ∗  install   lymp          0.2.3         
  ∗  install   num           0             
  ∗  install   conf-mpfr     1             
  ∗  install   ppx_optcomp   113.33.01+4.03
  ↻  recompile coq           8.6           
  ↻  recompile cil           1.7.3         
  ↻  recompile batteries     2.5.3         
  ∗  install   mlgmpidl      1.2.4         
  ∗  install   ppx_driver    113.33.02+4.03
  ∗  install   apron         20160125      
  ∗  install   ppx_type_conv 113.33.02+4.03
  ∗  install   ppx_compare   113.33.00+4.03
===== ∗  18   ↻  3 =====
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants