mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-03 20:53:54 +01:00
347e918a4a
* Fixed energies of non-expected s2 * Moved diag_algorithm in Davdison * Fixed travis * Added print_ci_vector * Documentation * Cleaned qp_set_mo_class.ml * Removed Core in taskserver
14 lines
258 B
OCaml
14 lines
258 B
OCaml
open Ocamlbuild_plugin;;
|
|
|
|
dispatch begin function
|
|
| Before_rules ->
|
|
begin
|
|
end
|
|
| After_rules ->
|
|
begin
|
|
flag ["ocaml";"compile";"native";"gprof"] (S [ A "-p"]);
|
|
pdep ["link"] "linkdep" (fun param -> [param]);
|
|
end
|
|
| _ -> ()
|
|
end
|