Bug 1473903
| Summary: | Enable intra-day times for RQuantLib | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Olavi Ourson <ourson77> |
| Component: | QuantLib | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 26 | CC: | tcallawa, theyreafterme |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | QuantLib-1.10-3.fc26 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-02 16:49:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
To clarify, there's no messages about intra-day support when building/installing the R package, but when you load the library in R the following is printed:
> library(RQuantLib)
Sufficient QuantLib version with insufficient configuration.
Try configuring your build with the --enable-intraday argument.
QuantLib-1.10-3.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-83b85e2ef4 QuantLib-1.10-3.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-83b85e2ef4 QuantLib-1.10-3.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: On installing RQuantLib package in R a message is printed that intra-day time support is not enabled in QuantLib. Simple fix would be to just recompile QuantLib with --enable-intraday passed to configure. This would improve the usability of RQuantLib significantly. Version-Release number of selected component (if applicable): QuantLib-1.10-1.fc26.x86_64 How reproducible: Install RQuantLib for example in R console. Steps to Reproduce: 1. Start R console 2. Run the command "install.packages('RQuantLib')" 3. Actual results: Package installs. but get message of missing intraday times support. Expected results: Additional info: